Class: Aws::EMR::Types::ListClustersInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_statesArray<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.

Returns:

  • (Array<String>)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'lib/aws-sdk-emr/types.rb', line 3900

class ListClustersInput < Struct.new(
  :created_after,
  :created_before,
  :cluster_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#created_afterTime

The creation date and time beginning value filter for listing clusters.

Returns:

  • (Time)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'lib/aws-sdk-emr/types.rb', line 3900

class ListClustersInput < Struct.new(
  :created_after,
  :created_before,
  :cluster_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

The creation date and time end value filter for listing clusters.

Returns:

  • (Time)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'lib/aws-sdk-emr/types.rb', line 3900

class ListClustersInput < Struct.new(
  :created_after,
  :created_before,
  :cluster_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


3900
3901
3902
3903
3904
3905
3906
3907
# File 'lib/aws-sdk-emr/types.rb', line 3900

class ListClustersInput < Struct.new(
  :created_after,
  :created_before,
  :cluster_states,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end