Struct rusoto_emr::StepStatus [] [src]

pub struct StepStatus {
    pub failure_details: Option<FailureDetails>,
    pub state: Option<String>,
    pub state_change_reason: Option<StepStateChangeReason>,
    pub timeline: Option<StepTimeline>,
}

The execution status details of the cluster step.

Fields

The details for the step failure including reason, message, and log file path where the root cause was identified.

The execution state of the cluster step.

The reason for the step execution status change.

The timeline of the cluster step status over time.

Trait Implementations

impl Default for StepStatus
[src]

[src]

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

impl Debug for StepStatus
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StepStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StepStatus

impl Sync for StepStatus