Struct rusoto_emr::InstanceFleetTimeline [] [src]

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

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Fields

The time and date the instance fleet was created.

The time and date the instance fleet terminated.

The time and date the instance fleet was ready to run jobs.

Trait Implementations

impl Default for InstanceFleetTimeline
[src]

[src]

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

impl Debug for InstanceFleetTimeline
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceFleetTimeline
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations