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]

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

impl Debug for CancelStepsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CancelStepsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CancelStepsOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations