Class: Aws::S3Control::Types::JobManifestSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifestSpec
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<String>
If the specified manifest object is in the ‘S3BatchOperations_CSV_20180820` format, this element describes which columns contain the required data.
-
#format ⇒ String
Indicates which of the available formats the specified manifest uses.
Instance Attribute Details
#fields ⇒ Array<String>
If the specified manifest object is in the ‘S3BatchOperations_CSV_20180820` format, this element describes which columns contain the required data.
3941 3942 3943 3944 3945 3946 |
# File 'lib/aws-sdk-s3control/types.rb', line 3941 class JobManifestSpec < Struct.new( :format, :fields) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Indicates which of the available formats the specified manifest uses.
3941 3942 3943 3944 3945 3946 |
# File 'lib/aws-sdk-s3control/types.rb', line 3941 class JobManifestSpec < Struct.new( :format, :fields) SENSITIVE = [] include Aws::Structure end |