Class: Aws::EMR::Types::ListClustersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListClustersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This input determines how the ListClusters action filters the list of clusters that it returns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_states ⇒ Array<String>
The cluster state filters to apply when listing clusters.
-
#created_after ⇒ Time
The creation date and time beginning value filter for listing clusters.
-
#created_before ⇒ Time
The creation date and time end value filter for listing clusters.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#cluster_states ⇒ Array<String>
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-emr/types.rb', line 4143 class ListClustersInput < Struct.new( :created_after, :created_before, :cluster_states, :marker) SENSITIVE = [] include Aws::Structure end |
#created_after ⇒ Time
The creation date and time beginning value filter for listing clusters.
4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-emr/types.rb', line 4143 class ListClustersInput < Struct.new( :created_after, :created_before, :cluster_states, :marker) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The creation date and time end value filter for listing clusters.
4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-emr/types.rb', line 4143 class ListClustersInput < Struct.new( :created_after, :created_before, :cluster_states, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
4143 4144 4145 4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-emr/types.rb', line 4143 class ListClustersInput < Struct.new( :created_after, :created_before, :cluster_states, :marker) SENSITIVE = [] include Aws::Structure end |