Struct rusoto_s3::ObjectVersion [−][src]
pub struct ObjectVersion {
pub e_tag: Option<String>,
pub is_latest: Option<bool>,
pub key: Option<String>,
pub last_modified: Option<String>,
pub owner: Option<Owner>,
pub size: Option<i64>,
pub storage_class: Option<String>,
pub version_id: Option<String>,
}Expand description
The version of an object.
Fields
e_tag: Option<String>The entity tag is an MD5 hash of that version of the object.
is_latest: Option<bool>Specifies whether the object is (true) or is not (false) the latest version of an object.
key: Option<String>The object key.
last_modified: Option<String>Date and time the object was last modified.
owner: Option<Owner>Specifies the owner of the object.
size: Option<i64>Size in bytes of the object.
storage_class: Option<String>The class of storage used to store the object.
version_id: Option<String>Version ID of an object.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ObjectVersion
impl Send for ObjectVersion
impl Sync for ObjectVersion
impl Unpin for ObjectVersion
impl UnwindSafe for ObjectVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more