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
owner: Owner
is_latest: IsLatest
Specifies whether the object is (true) or is not (false) the latest version of an object.
version_id: ObjectVersionId
Version ID of an object.
key: ObjectKey
The object key.
last_modified: LastModified
Date and time the object was last modified.
Trait Implementations
impl Debug for DeleteMarkerEntry[src]
impl Default for DeleteMarkerEntry[src]
fn default() -> DeleteMarkerEntry
Returns the "default value" for a type. Read more
impl Decodable for DeleteMarkerEntry[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<DeleteMarkerEntry, __D::Error>
__arg_0: &mut __D
) -> Result<DeleteMarkerEntry, __D::Error>
Deserialize a value using a Decoder.