Struct aws_sdk_elasticbeanstalk::model::max_count_rule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for MaxCountRule
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 maximum number of application versions to retain.
Specify the maximum number of application versions to retain.
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 MaxCountRule
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
