Struct rusoto_emr::ListInstanceFleetsOutput[][src]

pub struct ListInstanceFleetsOutput {
    pub instance_fleets: Option<Vec<InstanceFleet>>,
    pub marker: Option<String>,
}

Fields

The list of instance fleets for the cluster and given filters.

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

Trait Implementations

impl Default for ListInstanceFleetsOutput
[src]

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

impl Debug for ListInstanceFleetsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListInstanceFleetsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListInstanceFleetsOutput
[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