Struct rusoto_emr::InstanceGroupTimeline [] [src]

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

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.

impl Clone for InstanceGroupTimeline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more