Struct aws_sdk_fsx::types::LifecycleTransitionReason
source · #[non_exhaustive]pub struct LifecycleTransitionReason { /* private fields */ }Expand description
Describes why a resource lifecycle state changed.
Implementations§
source§impl LifecycleTransitionReason
impl LifecycleTransitionReason
sourcepub fn builder() -> LifecycleTransitionReasonBuilder
pub fn builder() -> LifecycleTransitionReasonBuilder
Creates a new builder-style object to manufacture LifecycleTransitionReason.
Trait Implementations§
source§impl Clone for LifecycleTransitionReason
impl Clone for LifecycleTransitionReason
source§fn clone(&self) -> LifecycleTransitionReason
fn clone(&self) -> LifecycleTransitionReason
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 Debug for LifecycleTransitionReason
impl Debug for LifecycleTransitionReason
source§impl PartialEq<LifecycleTransitionReason> for LifecycleTransitionReason
impl PartialEq<LifecycleTransitionReason> for LifecycleTransitionReason
source§fn eq(&self, other: &LifecycleTransitionReason) -> bool
fn eq(&self, other: &LifecycleTransitionReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.