Struct rusoto_emr::StepDetail[][src]

pub struct StepDetail {
    pub execution_status_detail: StepExecutionStatusDetail,
    pub step_config: StepConfig,
}

Combines the execution state and configuration of a step.

Fields

The description of the step status.

The step configuration.

Trait Implementations

impl Default for StepDetail
[src]

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

impl Debug for StepDetail
[src]

Formats the value using the given formatter. Read more

impl Clone for StepDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StepDetail
[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

impl Send for StepDetail

impl Sync for StepDetail