Class: Aws::EMR::Types::ListClustersOutput

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

Instance Attribute Details

#clustersArray<Types::ClusterSummary>

The list of clusters for the account based on the given filters.

Returns:



3923
3924
3925
3926
3927
3928
# File 'lib/aws-sdk-emr/types.rb', line 3923

class ListClustersOutput < Struct.new(
  :clusters,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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

Returns:

  • (String)


3923
3924
3925
3926
3927
3928
# File 'lib/aws-sdk-emr/types.rb', line 3923

class ListClustersOutput < Struct.new(
  :clusters,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end