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]

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

impl Debug for ListInstanceFleetsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListInstanceFleetsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListInstanceFleetsInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations