You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListClustersInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  created_after: Time.now,
  created_before: Time.now,
  cluster_states: ["STARTING"], # accepts STARTING, BOOTSTRAPPING, RUNNING, WAITING, TERMINATING, TERMINATED, TERMINATED_WITH_ERRORS
  marker: "Marker",
}

This input determines how the ListClusters action filters the list of clusters that it returns.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_statesArray<String>

The cluster state filters to apply when listing clusters.

Returns:

  • (Array<String>)

    The cluster state filters to apply when listing clusters.

#created_afterTime

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

Returns:

  • (Time)

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

#created_beforeTime

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

Returns:

  • (Time)

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

#markerString

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

Returns:

  • (String)

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