Struct rusoto_emr::CancelStepsOutput [] [src]

pub struct CancelStepsOutput {
    pub cancel_steps_info_list: Option<Vec<CancelStepsInfo>>,
}

The output for the CancelSteps operation.

Fields

A list of CancelStepsInfo, which shows the status of specified cancel requests for each StepID specified.

Trait Implementations

impl Default for CancelStepsOutput
[src]

[src]

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

impl Debug for CancelStepsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CancelStepsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations