Struct rusoto_emr::ListStepsInput [] [src]

pub struct ListStepsInput {
    pub cluster_id: String,
    pub marker: Option<String>,
    pub step_ids: Option<Vec<String>>,
    pub step_states: Option<Vec<String>>,
}

This input determines which steps to list.

Fields

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

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

The filter to limit the step list based on the identifier of the steps.

The filter to limit the step list based on certain states.

Trait Implementations

impl Default for ListStepsInput
[src]

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

impl Debug for ListStepsInput
[src]

Formats the value using the given formatter.

impl Clone for ListStepsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more