Class: Aws::EMR::Types::ListInstanceGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstanceGroupsInput
- 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
-
#cluster_id ⇒ String
The identifier of the cluster for which to list the instance groups.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#cluster_id ⇒ String
The identifier of the cluster for which to list the instance groups.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-emr/types.rb', line 4021 class ListInstanceGroupsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-emr/types.rb', line 4021 class ListInstanceGroupsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |