class Aws::S3::Types::ObjectVersion
The version of an object.
@!attribute [rw] etag
The entity tag is an MD5 hash of that version of the object. @return [String]
@!attribute [rw] size
Size in bytes of the object. @return [Integer]
@!attribute [rw] storage_class
The class of storage used to store the object. @return [String]
@!attribute [rw] key
The object key. @return [String]
@!attribute [rw] version_id
Version ID of an object. @return [String]
@!attribute [rw] is_latest
Specifies whether the object is (true) or is not (false) the latest version of an object. @return [Boolean]
@!attribute [rw] last_modified
Date and time the object was last modified. @return [Time]
@!attribute [rw] owner
Specifies the owner of the object. @return [Types::Owner]
@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectVersion AWS API Documentation
Constants
- SENSITIVE