Struct aws_sdk_rust::aws::s3::writeparse::LifecycleExpiration [] [src]

pub struct LifecycleExpiration {
    pub date: Date,
    pub days: Days,
}

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.

Trait Implementations

impl Debug for LifecycleExpiration
[src]

[]

Formats the value using the given formatter.

impl Default for LifecycleExpiration
[src]

[]

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

impl Decodable for LifecycleExpiration
[src]

[]

Deserialize a value using a Decoder.

impl Encodable for LifecycleExpiration
[src]

[]

Serialize a value using an Encoder.