Class: Aws::EMR::Types::ListInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This output contains the list of instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
The list of instances for the cluster and given filters.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
The list of instances for the cluster and given filters.
4109 4110 4111 4112 4113 4114 |
# File 'lib/aws-sdk-emr/types.rb', line 4109 class ListInstancesOutput < Struct.new( :instances, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4109 4110 4111 4112 4113 4114 |
# File 'lib/aws-sdk-emr/types.rb', line 4109 class ListInstancesOutput < Struct.new( :instances, :marker) SENSITIVE = [] include Aws::Structure end |