Struct aws_sdk_emr::model::StepStateChangeReason
source · #[non_exhaustive]pub struct StepStateChangeReason { /* private fields */ }Expand description
The details of the step state change reason.
Implementations§
source§impl StepStateChangeReason
impl StepStateChangeReason
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StepStateChangeReason.
Trait Implementations§
source§impl Clone for StepStateChangeReason
impl Clone for StepStateChangeReason
source§fn clone(&self) -> StepStateChangeReason
fn clone(&self) -> StepStateChangeReason
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more