Struct rusoto_s3::LifecycleExpiration [] [src]

pub struct LifecycleExpiration {
    pub date: Option<String>,
    pub days: Option<i64>,
    pub expired_object_delete_marker: Option<bool>,
}

Fields

Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.

Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.

Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no action. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.

Trait Implementations

impl Default for LifecycleExpiration
[src]

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

impl Debug for LifecycleExpiration
[src]

Formats the value using the given formatter.