Struct aws_sdk_emr::model::ClusterStatus
source · [−]#[non_exhaustive]pub struct ClusterStatus {
pub state: Option<ClusterState>,
pub state_change_reason: Option<ClusterStateChangeReason>,
pub timeline: Option<ClusterTimeline>,
}Expand description
The detailed status of the cluster.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.state: Option<ClusterState>The current state of the cluster.
state_change_reason: Option<ClusterStateChangeReason>The reason for the cluster status change.
timeline: Option<ClusterTimeline>A timeline that represents the status of a cluster over the lifetime of the cluster.
Implementations
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.
Creates a new builder-style object to manufacture ClusterStatus
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ClusterStatus
impl Send for ClusterStatus
impl Sync for ClusterStatus
impl Unpin for ClusterStatus
impl UnwindSafe for ClusterStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more