Struct rusoto_emr::InstanceFleetStatus [] [src]

pub struct InstanceFleetStatus {
    pub state: Option<String>,
    pub state_change_reason: Option<InstanceFleetStateChangeReason>,
    pub timeline: Option<InstanceFleetTimeline>,
}

The status of the instance fleet.

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

Fields

A code representing the instance fleet status.

Provides status change reason details for the instance fleet.

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.

Trait Implementations

impl Default for InstanceFleetStatus
[src]

[src]

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

impl Debug for InstanceFleetStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceFleetStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more