Struct aws_sdk_appstream::model::ImageStateChangeReason
source · #[non_exhaustive]pub struct ImageStateChangeReason { /* private fields */ }
Expand description
Describes the reason why the last image state change occurred.
Implementations§
source§impl ImageStateChangeReason
impl ImageStateChangeReason
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageStateChangeReason
.
Trait Implementations§
source§impl Clone for ImageStateChangeReason
impl Clone for ImageStateChangeReason
source§fn clone(&self) -> ImageStateChangeReason
fn clone(&self) -> ImageStateChangeReason
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