Struct rusoto_s3::Object [] [src]

pub struct Object {
    pub e_tag: Option<String>,
    pub key: Option<String>,
    pub last_modified: Option<String>,
    pub owner: Option<Owner>,
    pub size: Option<i64>,
    pub storage_class: Option<String>,
}

Fields

The class of storage used to store the object.

Trait Implementations

impl Default for Object
[src]

[src]

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

impl Debug for Object
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Object
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Object

impl Sync for Object