Struct rusoto_emr::ClusterTimeline [] [src]

pub struct ClusterTimeline {
    pub creation_date_time: Option<f64>,
    pub end_date_time: Option<f64>,
    pub ready_date_time: Option<f64>,
}

Represents the timeline of the cluster's lifecycle.

Fields

The creation date and time of the cluster.

The date and time when the cluster was terminated.

The date and time when the cluster was ready to execute steps.

Trait Implementations

impl Default for ClusterTimeline
[src]

[src]

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

impl Debug for ClusterTimeline
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterTimeline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more