Class: Aws::PCS::Types::RegisterComputeNodeGroupInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::RegisterComputeNodeGroupInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bootstrap_id ⇒ String
The client-generated token to allow for retries.
-
#cluster_identifier ⇒ String
The name or ID of the cluster to register the compute node group instance in.
Instance Attribute Details
#bootstrap_id ⇒ String
The client-generated token to allow for retries.
1386 1387 1388 1389 1390 1391 |
# File 'lib/aws-sdk-pcs/types.rb', line 1386 class RegisterComputeNodeGroupInstanceRequest < Struct.new( :cluster_identifier, :bootstrap_id) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The name or ID of the cluster to register the compute node group instance in.
1386 1387 1388 1389 1390 1391 |
# File 'lib/aws-sdk-pcs/types.rb', line 1386 class RegisterComputeNodeGroupInstanceRequest < Struct.new( :cluster_identifier, :bootstrap_id) SENSITIVE = [] include Aws::Structure end |