Class: Aws::EMR::Types::ModifyInstanceGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ModifyInstanceGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Change the size of some instance groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The ID of the cluster to which the instance group belongs.
-
#instance_groups ⇒ Array<Types::InstanceGroupModifyConfig>
Instance groups to change.
Instance Attribute Details
#cluster_id ⇒ String
The ID of the cluster to which the instance group belongs.
4570 4571 4572 4573 4574 4575 |
# File 'lib/aws-sdk-emr/types.rb', line 4570 class ModifyInstanceGroupsInput < Struct.new( :cluster_id, :instance_groups) SENSITIVE = [] include Aws::Structure end |
#instance_groups ⇒ Array<Types::InstanceGroupModifyConfig>
Instance groups to change.
4570 4571 4572 4573 4574 4575 |
# File 'lib/aws-sdk-emr/types.rb', line 4570 class ModifyInstanceGroupsInput < Struct.new( :cluster_id, :instance_groups) SENSITIVE = [] include Aws::Structure end |