Struct aws_sdk_emr::model::JobFlowExecutionStatusDetail [−][src]
#[non_exhaustive]pub struct JobFlowExecutionStatusDetail {
pub state: Option<JobFlowExecutionState>,
pub creation_date_time: Option<DateTime>,
pub start_date_time: Option<DateTime>,
pub ready_date_time: Option<DateTime>,
pub end_date_time: Option<DateTime>,
pub last_state_change_reason: Option<String>,
}Expand description
Describes the status of the cluster (job flow).
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<JobFlowExecutionState>The state of the job flow.
creation_date_time: Option<DateTime>The creation date and time of the job flow.
start_date_time: Option<DateTime>The start date and time of the job flow.
ready_date_time: Option<DateTime>The date and time when the job flow was ready to start running bootstrap actions.
end_date_time: Option<DateTime>The completion date and time of the job flow.
last_state_change_reason: Option<String>Description of the job flow last changed state.
Implementations
The state of the job flow.
The creation date and time of the job flow.
The start date and time of the job flow.
The date and time when the job flow was ready to start running bootstrap actions.
The completion date and time of the job flow.
Description of the job flow last changed state.
Creates a new builder-style object to manufacture JobFlowExecutionStatusDetail
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 Send for JobFlowExecutionStatusDetail
impl Sync for JobFlowExecutionStatusDetail
impl Unpin for JobFlowExecutionStatusDetail
impl UnwindSafe for JobFlowExecutionStatusDetail
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
