class Aws::S3Control::Types::JobManifestSpec
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
@note When making an API call, you may pass JobManifestSpec
data as a hash: { format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130 fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId }
@!attribute [rw] format
Indicates which of the available formats the specified manifest uses. @return [String]
@!attribute [rw] fields
If the specified manifest object is in the `S3BatchOperations_CSV_20180820` format, this element describes which columns contain the required data. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/JobManifestSpec AWS API Documentation
Constants
- SENSITIVE