Class: Aws::PCS::Types::RegisterComputeNodeGroupInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bootstrap_idString

The client-generated token to allow for retries.

Returns:

  • (String)


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_identifierString

The name or ID of the cluster to register the compute node group instance in.

Returns:

  • (String)


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