#[non_exhaustive]pub struct RollbackConfiguration { /* private fields */ }
Expand description
This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.
Implementations§
source§impl RollbackConfiguration
impl RollbackConfiguration
sourcepub fn monitoring_time_in_minutes(&self) -> i32
pub fn monitoring_time_in_minutes(&self) -> i32
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
sourcepub fn rollback_triggers(&self) -> Option<&[RollbackTrigger]>
pub fn rollback_triggers(&self) -> Option<&[RollbackTrigger]>
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
source§impl RollbackConfiguration
impl RollbackConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RollbackConfiguration
.
Trait Implementations§
source§impl Clone for RollbackConfiguration
impl Clone for RollbackConfiguration
source§fn clone(&self) -> RollbackConfiguration
fn clone(&self) -> RollbackConfiguration
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 RollbackConfiguration
impl Debug for RollbackConfiguration
source§impl PartialEq<RollbackConfiguration> for RollbackConfiguration
impl PartialEq<RollbackConfiguration> for RollbackConfiguration
source§fn eq(&self, other: &RollbackConfiguration) -> bool
fn eq(&self, other: &RollbackConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.