Struct aws_sdk_elasticbeanstalk::model::MaxCountRule
source · #[non_exhaustive]pub struct MaxCountRule { /* private fields */ }
Expand description
A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.
Implementations§
source§impl MaxCountRule
impl MaxCountRule
source§impl MaxCountRule
impl MaxCountRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MaxCountRule
.
Trait Implementations§
source§impl Clone for MaxCountRule
impl Clone for MaxCountRule
source§fn clone(&self) -> MaxCountRule
fn clone(&self) -> MaxCountRule
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 MaxCountRule
impl Debug for MaxCountRule
source§impl PartialEq<MaxCountRule> for MaxCountRule
impl PartialEq<MaxCountRule> for MaxCountRule
source§fn eq(&self, other: &MaxCountRule) -> bool
fn eq(&self, other: &MaxCountRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.