Struct rusoto_emr::StepTimeline [] [src]

pub struct StepTimeline {
    pub creation_date_time: Option<f64>,
    pub end_date_time: Option<f64>,
    pub start_date_time: Option<f64>,
}

The timeline of the cluster step lifecycle.

Fields

The date and time when the cluster step was created.

The date and time when the cluster step execution completed or failed.

The date and time when the cluster step execution started.

Trait Implementations

impl Default for StepTimeline
[src]

[src]

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

impl Debug for StepTimeline
[src]

[src]

Formats the value using the given formatter.

impl Clone for StepTimeline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more