class Aws::S3::Types::ObjectIdentifier

Object Identifier is unique value to identify objects.

@note When making an API call, you may pass ObjectIdentifier

data as a hash:

    {
      key: "ObjectKey", # required
      version_id: "ObjectVersionId",
    }

@!attribute [rw] key

Key name of the object.

Replacement must be made for object keys containing special
characters (such as carriage returns) when using XML requests. For
more information, see [ XML related object key constraints][1].

[1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints
@return [String]

@!attribute [rw] version_id

VersionId for the specific version of the object to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectIdentifier AWS API Documentation

Constants

SENSITIVE