Struct rusoto_emr::CancelStepsInput [] [src]

pub struct CancelStepsInput {
    pub cluster_id: Option<String>,
    pub step_ids: Option<Vec<String>>,
}

The input argument to the CancelSteps operation.

Fields

The ClusterID for which specified steps will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.

The list of StepIDs to cancel. Use ListSteps to get steps and their states for the specified cluster.

Trait Implementations

impl Default for CancelStepsInput
[src]

[src]

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

impl Debug for CancelStepsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CancelStepsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more