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

Class: Aws::S3Control::Types::JobManifestLocation

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

Overview

Note:

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

{
  object_arn: "S3KeyArnString", # required
  object_version_id: "S3ObjectVersionId",
  etag: "NonEmptyMaxLength1024String", # required
}

Contains the information required to locate a manifest object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The ETag for the specified manifest object.

Returns:

  • (String)

    The ETag for the specified manifest object.

#object_arnString

The Amazon Resource Name (ARN) for a manifest object.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for a manifest object.

#object_version_idString

The optional version ID to identify a specific version of the manifest object.

Returns:

  • (String)

    The optional version ID to identify a specific version of the manifest object.