You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3::Types::ObjectIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ObjectIdentifier as input to an Aws::Client method, you can use a vanilla Hash:

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

Object Identifier is unique value to identify objects.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Key name of the object to delete.

Returns:

  • (String)

    Key name of the object to delete.

#version_idString

VersionId for the specific version of the object to delete.

Returns:

  • (String)

    VersionId for the specific version of the object to delete.