Struct aws_sdk_emr::model::CancelStepsInfo [−][src]
#[non_exhaustive]pub struct CancelStepsInfo {
pub step_id: Option<String>,
pub status: Option<CancelStepsRequestStatus>,
pub reason: Option<String>,
}Expand description
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
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.step_id: Option<String>The encrypted StepId of a step.
status: Option<CancelStepsRequestStatus>The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
reason: Option<String>The reason for the failure if the CancelSteps request fails.
Implementations
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
Creates a new builder-style object to manufacture CancelStepsInfo
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 CancelStepsInfo
impl Send for CancelStepsInfo
impl Sync for CancelStepsInfo
impl Unpin for CancelStepsInfo
impl UnwindSafe for CancelStepsInfo
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
