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]

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

impl Debug for StepStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for StepStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for StepStatus