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]

[src]

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

impl Debug for ListInstanceFleetsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListInstanceFleetsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations