Class: Aws::EMR::Types::ListClustersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListClustersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clusters ⇒ Array<Types::ClusterSummary>
The list of clusters for the account based on the given filters.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#clusters ⇒ Array<Types::ClusterSummary>
The list of clusters for the account based on the given filters.
3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-emr/types.rb', line 3965 class ListClustersOutput < Struct.new( :clusters, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-emr/types.rb', line 3965 class ListClustersOutput < Struct.new( :clusters, :marker) SENSITIVE = [] include Aws::Structure end |