Class: Aws::PCS::Types::ComputeNodeGroupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ComputeNodeGroupConfiguration
- Defined in:
- gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb
Overview
The compute node group configuration for a queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_node_group_id ⇒ String
The compute node group ID for the compute node group configuration.
Instance Attribute Details
#compute_node_group_id ⇒ String
The compute node group ID for the compute node group configuration.
346 347 348 349 350 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 346 class ComputeNodeGroupConfiguration < Struct.new( :compute_node_group_id) SENSITIVE = [] include Aws::Structure end |