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.
3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'lib/aws-sdk-emr/types.rb', line 3942 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.
3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'lib/aws-sdk-emr/types.rb', line 3942 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.
3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'lib/aws-sdk-emr/types.rb', line 3942 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.
3942 3943 3944 3945 3946 3947 3948 3949 |
# File 'lib/aws-sdk-emr/types.rb', line 3942 class ListClustersInput < Struct.new( :created_after, :created_before, :cluster_states, :marker) SENSITIVE = [] include Aws::Structure end |