Struct rusoto_emr::ListInstanceGroupsOutput [] [src]

pub struct ListInstanceGroupsOutput {
    pub instance_groups: Option<Vec<InstanceGroup>>,
    pub marker: Option<String>,
}

This input determines which instance groups to retrieve.

Fields

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

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

Trait Implementations

impl Default for ListInstanceGroupsOutput
[src]

[src]

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

impl Debug for ListInstanceGroupsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListInstanceGroupsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more