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

Formats the value using the given formatter.

impl Default for ObjectIdentifier
[src]

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

impl Decodable for ObjectIdentifier
[src]

Deserialize a value using a Decoder.

impl Encodable for ObjectIdentifier
[src]

Serialize a value using an Encoder.