Struct rusoto_emr::ListInstancesInput [] [src]

pub struct ListInstancesInput {
    pub cluster_id: String,
    pub instance_fleet_id: Option<String>,
    pub instance_fleet_type: Option<String>,
    pub instance_group_id: Option<String>,
    pub instance_group_types: Option<Vec<String>>,
    pub instance_states: Option<Vec<String>>,
    pub marker: Option<String>,
}

This input determines which instances to list.

Fields

The identifier of the cluster for which to list the instances.

The unique identifier of the instance fleet.

The node type of the instance fleet. For example MASTER, CORE, or TASK.

The identifier of the instance group for which to list the instances.

The type of instance group for which to list the instances.

A list of instance states that will filter the instances returned with this request.

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

Trait Implementations

impl Default for ListInstancesInput
[src]

[src]

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

impl Debug for ListInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more