Struct rusoto_emr::InstanceGroupTimeline[][src]

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

The timeline of the instance group lifecycle.

Fields

The creation date and time of the instance group.

The date and time when the instance group terminated.

The date and time when the instance group became ready to perform tasks.

Trait Implementations

impl Default for InstanceGroupTimeline
[src]

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

impl Debug for InstanceGroupTimeline
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceGroupTimeline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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