Struct aws_sdk_emr::types::InstanceGroupStateChangeReason
source · #[non_exhaustive]pub struct InstanceGroupStateChangeReason { /* private fields */ }Expand description
The status change reason details for the instance group.
Implementations§
source§impl InstanceGroupStateChangeReason
impl InstanceGroupStateChangeReason
sourcepub fn builder() -> InstanceGroupStateChangeReasonBuilder
pub fn builder() -> InstanceGroupStateChangeReasonBuilder
Creates a new builder-style object to manufacture InstanceGroupStateChangeReason.
Trait Implementations§
source§impl Clone for InstanceGroupStateChangeReason
impl Clone for InstanceGroupStateChangeReason
source§fn clone(&self) -> InstanceGroupStateChangeReason
fn clone(&self) -> InstanceGroupStateChangeReason
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 moresource§impl PartialEq<InstanceGroupStateChangeReason> for InstanceGroupStateChangeReason
impl PartialEq<InstanceGroupStateChangeReason> for InstanceGroupStateChangeReason
source§fn eq(&self, other: &InstanceGroupStateChangeReason) -> bool
fn eq(&self, other: &InstanceGroupStateChangeReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.