Struct rusoto_emr::ListClustersInput [] [src]

pub struct ListClustersInput {
    pub cluster_states: Option<Vec<String>>,
    pub created_after: Option<f64>,
    pub created_before: Option<f64>,
    pub marker: Option<String>,
}

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

Fields

The cluster state filters to apply when listing clusters.

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

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

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

Trait Implementations

impl Default for ListClustersInput
[src]

[src]

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

impl Debug for ListClustersInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListClustersInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more