Struct aws_sdk_elasticbeanstalk::model::max_age_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MaxAgeRule
Implementations
Specify true
to apply the rule, or false
to disable
it.
Specify true
to apply the rule, or false
to disable
it.
Specify the number of days to retain an application versions.
Specify the number of days to retain an application versions.
Set to true
to delete a version's source bundle from Amazon S3 when
Elastic Beanstalk deletes the application version.
Set to true
to delete a version's source bundle from Amazon S3 when
Elastic Beanstalk deletes the application version.
Consumes the builder and constructs a MaxAgeRule
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more