Struct rusoto_s3::ObjectIdentifier [] [src]

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

Fields

Key name of the object to delete.

VersionId for the specific version of the object to delete.

Trait Implementations

impl Default for ObjectIdentifier
[src]

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

impl Clone for ObjectIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjectIdentifier
[src]

Formats the value using the given formatter.