Class: Aws::PCS::Types::RegisterComputeNodeGroupInstanceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:shared_secret]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::Endpoint>

The list of endpoints available for interaction with the scheduler.

Returns:



1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1627

class RegisterComputeNodeGroupInstanceResponse < Struct.new(
  :node_id,
  :shared_secret,
  :endpoints)
  SENSITIVE = [:shared_secret]
  include Aws::Structure
end

#node_idString

The scheduler node ID for this instance.

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1627

class RegisterComputeNodeGroupInstanceResponse < Struct.new(
  :node_id,
  :shared_secret,
  :endpoints)
  SENSITIVE = [:shared_secret]
  include Aws::Structure
end

#shared_secretString

For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.

Returns:

  • (String)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1627

class RegisterComputeNodeGroupInstanceResponse < Struct.new(
  :node_id,
  :shared_secret,
  :endpoints)
  SENSITIVE = [:shared_secret]
  include Aws::Structure
end