Struct rusoto_s3::Object [] [src]

pub struct Object {
    pub e_tag: Option<ETag>,
    pub key: Option<ObjectKey>,
    pub last_modified: Option<LastModified>,
    pub owner: Option<Owner>,
    pub size: Option<Size>,
    pub storage_class: Option<ObjectStorageClass>,
}

Fields

The class of storage used to store the object.

Trait Implementations

impl Default for Object
[src]

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

impl Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Object
[src]

Formats the value using the given formatter.