Struct rusoto_emr::JobFlowExecutionStatusDetail [] [src]

pub struct JobFlowExecutionStatusDetail {
    pub creation_date_time: f64,
    pub end_date_time: Option<f64>,
    pub last_state_change_reason: Option<String>,
    pub ready_date_time: Option<f64>,
    pub start_date_time: Option<f64>,
    pub state: String,
}

Describes the status of the cluster (job flow).

Fields

The creation date and time of the job flow.

The completion date and time of the job flow.

Description of the job flow last changed state.

The date and time when the job flow was ready to start running bootstrap actions.

The start date and time of the job flow.

The state of the job flow.

Trait Implementations

impl Default for JobFlowExecutionStatusDetail
[src]

[src]

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

impl Debug for JobFlowExecutionStatusDetail
[src]

[src]

Formats the value using the given formatter.

impl Clone for JobFlowExecutionStatusDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more