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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_identifierString

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

Returns:

  • (String)


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