Struct aws_sdk_rust::aws::s3::writeparse::Transition
[−]
[src]
pub struct Transition { pub date: Date, pub days: Days, pub storage_class: TransitionStorageClass, }
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.
storage_class: TransitionStorageClass
The class of storage used to store the object.
Trait Implementations
impl Debug for Transition
[src]
impl Default for Transition
[src]
fn default() -> Transition
Returns the "default value" for a type. Read more
impl Decodable for Transition
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Transition, __D::Error>
Deserialize a value using a Decoder
.