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

pub struct DeleteMarkerEntry {
    pub owner: Owner,
    pub is_latest: IsLatest,
    pub version_id: ObjectVersionId,
    pub key: ObjectKey,
    pub last_modified: LastModified,
}

Fields

Specifies whether the object is (true) or is not (false) the latest version of an object.

Version ID of an object.

The object key.

Date and time the object was last modified.

Trait Implementations

impl Debug for DeleteMarkerEntry
[src]

Formats the value using the given formatter.

impl Default for DeleteMarkerEntry
[src]

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

impl Decodable for DeleteMarkerEntry
[src]

Deserialize a value using a Decoder.

impl Encodable for DeleteMarkerEntry
[src]

Serialize a value using an Encoder.