Class: Aws::PCS::Types::RegisterComputeNodeGroupInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::RegisterComputeNodeGroupInstanceRequest
- Defined in:
- gems/aws-sdk-pcs/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.
1564 1565 1566 1567 1568 1569 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1564 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.
1564 1565 1566 1567 1568 1569 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1564 class RegisterComputeNodeGroupInstanceRequest < Struct.new( :cluster_identifier, :bootstrap_id) SENSITIVE = [] include Aws::Structure end |