Struct aws_sdk_rust::aws::s3::writeparse::LifecycleExpiration
[−]
[src]
pub struct LifecycleExpiration { pub date: Date, pub days: Days, }
Fields
date: Date
Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.
days: Days
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]
impl Default for LifecycleExpiration
[src]
fn default() -> LifecycleExpiration
Returns the "default value" for a type. Read more
impl Decodable for LifecycleExpiration
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<LifecycleExpiration, __D::Error>
__arg_0: &mut __D
) -> Result<LifecycleExpiration, __D::Error>
Deserialize a value using a Decoder
.