Struct rusoto_s3::Transition [] [src]

pub struct Transition {
    pub date: Option<Date>,
    pub days: Option<Days>,
    pub storage_class: Option<TransitionStorageClass>,
}

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.

The class of storage used to store the object.

Trait Implementations

impl Default for Transition
[src]

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

impl Clone for Transition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Transition
[src]

Formats the value using the given formatter.