Struct rusoto_emr::ClusterStatus [] [src]

pub struct ClusterStatus {
    pub state: Option<String>,
    pub state_change_reason: Option<ClusterStateChangeReason>,
    pub timeline: Option<ClusterTimeline>,
}

The detailed status of the cluster.

Fields

The current state of the cluster.

The reason for the cluster status change.

A timeline that represents the status of a cluster over the lifetime of the cluster.

Trait Implementations

impl Default for ClusterStatus
[src]

[src]

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

impl Debug for ClusterStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more