Class: Aws::S3Control::Types::S3GeneratedManifestDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3GeneratedManifestDescriptor
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Describes the specified job’s generated manifest. Batch Operations jobs created with a ManifestGenerator populate details of this descriptor after execution of the ManifestGenerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the generated manifest.
-
#location ⇒ Types::JobManifestLocation
Contains the information required to locate a manifest object.
Instance Attribute Details
#format ⇒ String
The format of the generated manifest.
7134 7135 7136 7137 7138 7139 |
# File 'lib/aws-sdk-s3control/types.rb', line 7134 class S3GeneratedManifestDescriptor < Struct.new( :format, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::JobManifestLocation
Contains the information required to locate a manifest object. Manifests can’t be imported from directory buckets. For more information, see [Directory buckets].
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html
7134 7135 7136 7137 7138 7139 |
# File 'lib/aws-sdk-s3control/types.rb', line 7134 class S3GeneratedManifestDescriptor < Struct.new( :format, :location) SENSITIVE = [] include Aws::Structure end |