Struct rusoto_emr::ListClustersOutput [] [src]

pub struct ListClustersOutput {
    pub clusters: Option<Vec<ClusterSummary>>,
    pub marker: Option<String>,
}

This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.

Fields

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

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

Trait Implementations

impl Default for ListClustersOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for ListClustersOutput
[src]

Formats the value using the given formatter.

impl Clone for ListClustersOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more