Class: Aws::PCS::Types::GetComputeNodeGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::GetComputeNodeGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The name or ID of the cluster.
-
#compute_node_group_identifier ⇒ String
The name or ID of the compute node group.
Instance Attribute Details
#cluster_identifier ⇒ String
The name or ID of the cluster.
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_identifier ⇒ String
The name or ID of the compute node group.
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 |