Struct rusoto_emr::ListInstanceGroupsInput [] [src]

pub struct ListInstanceGroupsInput {
    pub cluster_id: String,
    pub marker: Option<String>,
}

This input determines which instance groups to retrieve.

Fields

The identifier of the cluster for which to list the instance groups.

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

Trait Implementations

impl Default for ListInstanceGroupsInput
[src]

[src]

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

impl Debug for ListInstanceGroupsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListInstanceGroupsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more