Struct rusoto_emr::ListInstancesOutput [] [src]

pub struct ListInstancesOutput {
    pub instances: Option<Vec<Instance>>,
    pub marker: Option<String>,
}

This output contains the list of instances.

Fields

The list of instances for the cluster and given filters.

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

Trait Implementations

impl Default for ListInstancesOutput
[src]

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

impl Debug for ListInstancesOutput
[src]

Formats the value using the given formatter.

impl Clone for ListInstancesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more