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
last_modified: LastModified
e_tag: ETag
storage_class: ObjectStorageClass
The class of storage used to store the object.
key: ObjectKey
owner: Owner
size: Size