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:



1408
1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1408

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)


1408
1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1408

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)


1408
1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1408

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