Struct aws_sdk_rust::aws::s3::object::RestoreRequest [] [src]

pub struct RestoreRequest {
    pub days: Days,
}

Fields

[]

Lifetime of the active copy in days

Trait Implementations

impl Debug for RestoreRequest
[src]

[]

Formats the value using the given formatter.

impl Default for RestoreRequest
[src]

[]

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

impl Decodable for RestoreRequest
[src]

[]

Deserialize a value using a Decoder.

impl Encodable for RestoreRequest
[src]

[]

Serialize a value using an Encoder.