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

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

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 Debug for Object
[src]

Formats the value using the given formatter.