#[non_exhaustive]pub struct AutoRollbackConfiguration { /* private fields */ }
Expand description
Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.
Implementations§
source§impl AutoRollbackConfiguration
impl AutoRollbackConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoRollbackConfiguration
.
Trait Implementations§
source§impl Clone for AutoRollbackConfiguration
impl Clone for AutoRollbackConfiguration
source§fn clone(&self) -> AutoRollbackConfiguration
fn clone(&self) -> AutoRollbackConfiguration
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 AutoRollbackConfiguration
impl Debug for AutoRollbackConfiguration
source§impl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
impl PartialEq<AutoRollbackConfiguration> for AutoRollbackConfiguration
source§fn eq(&self, other: &AutoRollbackConfiguration) -> bool
fn eq(&self, other: &AutoRollbackConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.