Class: Aws::PCS::Types::GetComputeNodeGroupRequest

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

#cluster_identifierString

The name or ID of the cluster.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-pcs/types.rb', line 1066

class GetComputeNodeGroupRequest < Struct.new(
  :cluster_identifier,
  :compute_node_group_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#compute_node_group_identifierString

The name or ID of the compute node group.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
# File 'lib/aws-sdk-pcs/types.rb', line 1066

class GetComputeNodeGroupRequest < Struct.new(
  :cluster_identifier,
  :compute_node_group_identifier)
  SENSITIVE = []
  include Aws::Structure
end