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

pub struct ObjectIdentifier {
    pub version_id: Option<ObjectVersionId>,
    pub key: ObjectKey,
}

Fields

VersionId for the specific version of the object to delete.

Key name of the object to delete.

Trait Implementations

impl Default for ObjectIdentifier
[src]

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

impl Debug for ObjectIdentifier
[src]

Formats the value using the given formatter.