Struct rusoto_s3::ObjectIdentifier [] [src]

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

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 Debug for ObjectIdentifier
[src]

Formats the value using the given formatter.