pub struct RollbackConfiguration {
pub monitoring_time_in_minutes: Option<i64>,
pub rollback_triggers: Option<Vec<RollbackTrigger>>,
}
Expand description
This property corresponds to the AWS CloudFormation RollbackConfiguration Data Type.
Fields§
§monitoring_time_in_minutes: Option<i64>
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
rollback_triggers: Option<Vec<RollbackTrigger>>
This property corresponds to the content of the same name for the AWS CloudFormation RollbackConfiguration Data Type.
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 Default for RollbackConfiguration
impl Default for RollbackConfiguration
Source§fn default() -> RollbackConfiguration
fn default() -> RollbackConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for RollbackConfiguration
impl PartialEq for RollbackConfiguration
Source§impl Serialize for RollbackConfiguration
impl Serialize for RollbackConfiguration
impl StructuralPartialEq for RollbackConfiguration
Auto Trait Implementations§
impl Freeze for RollbackConfiguration
impl RefUnwindSafe for RollbackConfiguration
impl Send for RollbackConfiguration
impl Sync for RollbackConfiguration
impl Unpin for RollbackConfiguration
impl UnwindSafe for RollbackConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more