Struct aws_sdk_emr::model::StepSummary [−][src]
#[non_exhaustive]pub struct StepSummary {
pub id: Option<String>,
pub name: Option<String>,
pub config: Option<HadoopStepConfig>,
pub action_on_failure: Option<ActionOnFailure>,
pub status: Option<StepStatus>,
}Expand description
The summary of the cluster step.
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.id: Option<String>The identifier of the cluster step.
name: Option<String>The name of the cluster step.
config: Option<HadoopStepConfig>The Hadoop job configuration of the cluster step.
action_on_failure: Option<ActionOnFailure>The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.
status: Option<StepStatus>The current execution status details of the cluster step.
Implementations
Creates a new builder-style object to manufacture StepSummary
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 StepSummary
impl Send for StepSummary
impl Sync for StepSummary
impl Unpin for StepSummary
impl UnwindSafe for StepSummary
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