Class: Aws::PCS::Types::RegisterComputeNodeGroupInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::RegisterComputeNodeGroupInstanceResponse
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:shared_secret]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::Endpoint>
The list of endpoints available for interaction with the scheduler.
-
#node_id ⇒ String
The scheduler node ID for this instance.
-
#shared_secret ⇒ String
For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.
Instance Attribute Details
#endpoints ⇒ Array<Types::Endpoint>
The list of endpoints available for interaction with the scheduler.
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_id ⇒ String
The scheduler node ID for this instance.
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_secret ⇒ String
For the Slurm scheduler, this is the shared Munge key the scheduler uses to authenticate compute node group instances.
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 |