Class: Aws::S3Control::Types::S3GeneratedManifestDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::S3GeneratedManifestDescriptor
- Defined in:
- gems/aws-sdk-s3control/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.
7169 7170 7171 7172 7173 7174 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7169 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.
7169 7170 7171 7172 7173 7174 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7169 class S3GeneratedManifestDescriptor < Struct.new( :format, :location) SENSITIVE = [] include Aws::Structure end |