Struct rusoto_elasticbeanstalk::MaxAgeRule [] [src]

pub struct MaxAgeRule {
    pub delete_source_from_s3: Option<BoxedBoolean>,
    pub enabled: BoxedBoolean,
    pub max_age_in_days: Option<BoxedInt>,
}

A lifecycle rule that deletes application versions after the specified number of days.

Fields

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

Specify true to apply the rule, or false to disable it.

Specify the number of days to retain an application versions.

Trait Implementations

impl Default for MaxAgeRule
[src]

Returns the "default value" for a type. Read more

impl Debug for MaxAgeRule
[src]

Formats the value using the given formatter.

impl Clone for MaxAgeRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more