Class: Aws::PCS::Types::UpdateComputeNodeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::UpdateComputeNodeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_node_group ⇒ Types::ComputeNodeGroup
A compute node group associated with a cluster.
Instance Attribute Details
#compute_node_group ⇒ Types::ComputeNodeGroup
A compute node group associated with a cluster.
1824 1825 1826 1827 1828 |
# File 'lib/aws-sdk-pcs/types.rb', line 1824 class UpdateComputeNodeGroupResponse < Struct.new( :compute_node_group) SENSITIVE = [] include Aws::Structure end |