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)


928
929
930
931
932
933
# File 'lib/aws-sdk-pcs/types.rb', line 928

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)


928
929
930
931
932
933
# File 'lib/aws-sdk-pcs/types.rb', line 928

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