Struct rusoto_emr::ListInstanceFleetsInput [] [src]

pub struct ListInstanceFleetsInput {
    pub cluster_id: String,
    pub marker: Option<String>,
}

Fields

The unique identifier of the cluster.

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

Trait Implementations

impl Default for ListInstanceFleetsInput
[src]

[src]

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

impl Debug for ListInstanceFleetsInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListInstanceFleetsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations