Class: Aws::EMR::Types::ListInstanceGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstanceGroupsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This input determines which instance groups to retrieve.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_groups ⇒ Array<Types::InstanceGroup>
The list of instance groups for the cluster and given filters.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#instance_groups ⇒ Array<Types::InstanceGroup>
The list of instance groups for the cluster and given filters.
4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-emr/types.rb', line 4041 class ListInstanceGroupsOutput < Struct.new( :instance_groups, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-emr/types.rb', line 4041 class ListInstanceGroupsOutput < Struct.new( :instance_groups, :marker) SENSITIVE = [] include Aws::Structure end |