Class: Aws::EMR::Types::AddInstanceGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::AddInstanceGroupsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Output from an AddInstanceGroups call.
Instance Attribute Summary collapse
-
#instance_group_ids ⇒ Array<String>
Instance group IDs of the newly created instance groups.
-
#job_flow_id ⇒ String
The job flow ID in which the instance groups are added.
Instance Attribute Details
#instance_group_ids ⇒ Array<String>
Instance group IDs of the newly created instance groups.
204 205 206 207 208 |
# File 'lib/aws-sdk-emr/types.rb', line 204 class AddInstanceGroupsOutput < Struct.new( :job_flow_id, :instance_group_ids) include Aws::Structure end |
#job_flow_id ⇒ String
The job flow ID in which the instance groups are added.
204 205 206 207 208 |
# File 'lib/aws-sdk-emr/types.rb', line 204 class AddInstanceGroupsOutput < Struct.new( :job_flow_id, :instance_group_ids) include Aws::Structure end |