Class: Aws::S3Control::Types::JobManifestLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifestLocation
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Contains the information required to locate a manifest object. Manifests can't be imported from directory buckets. For more information, see Directory buckets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The ETag for the specified manifest object.
-
#object_arn ⇒ String
The Amazon Resource Name (ARN) for a manifest object.
-
#object_version_id ⇒ String
The optional version ID to identify a specific version of the manifest object.
Instance Attribute Details
#etag ⇒ String
The ETag for the specified manifest object.
3917 3918 3919 3920 3921 3922 3923 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3917 class JobManifestLocation < Struct.new( :object_arn, :object_version_id, :etag) SENSITIVE = [] include Aws::Structure end |
#object_arn ⇒ String
The Amazon Resource Name (ARN) for a manifest object.
When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.
3917 3918 3919 3920 3921 3922 3923 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3917 class JobManifestLocation < Struct.new( :object_arn, :object_version_id, :etag) SENSITIVE = [] include Aws::Structure end |
#object_version_id ⇒ String
The optional version ID to identify a specific version of the manifest object.
3917 3918 3919 3920 3921 3922 3923 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3917 class JobManifestLocation < Struct.new( :object_arn, :object_version_id, :etag) SENSITIVE = [] include Aws::Structure end |