class Aws::S3Control::Types::JobManifestLocation
Contains the information required to locate a manifest object.
@note When making an API call, you may pass JobManifestLocation
data as a hash: { object_arn: "S3KeyArnString", # required object_version_id: "S3ObjectVersionId", etag: "NonEmptyMaxLength1024String", # required }
@!attribute [rw] object_arn
The Amazon Resource Name (ARN) for a manifest 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] object_version_id
The optional version ID to identify a specific version of the manifest object. @return [String]
@!attribute [rw] etag
The ETag for the specified manifest object. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/JobManifestLocation AWS API Documentation
Constants
- SENSITIVE