Class: Aws::S3Control::Types::JobManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Contains the configuration information for a job's manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ Types::JobManifestLocation
Contains the information required to locate the specified job's manifest.
-
#spec ⇒ Types::JobManifestSpec
Describes the format of the specified job's manifest.
Instance Attribute Details
#location ⇒ Types::JobManifestLocation
Contains the information required to locate the specified job's manifest. Manifests can't be imported from directory buckets. For more information, see Directory buckets.
3795 3796 3797 3798 3799 3800 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3795 class JobManifest < Struct.new( :spec, :location) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ Types::JobManifestSpec
Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
3795 3796 3797 3798 3799 3800 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3795 class JobManifest < Struct.new( :spec, :location) SENSITIVE = [] include Aws::Structure end |