You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3Control::Types::JobManifestSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobManifestSpec
- Defined in:
- (unknown)
Overview
When passing JobManifestSpec as input to an Aws::Client method, you can use a vanilla Hash:
{
format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
}
Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.
Returned by:
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.
#format ⇒ String
Indicates which of the available formats the specified manifest uses.
Possible values:
- S3BatchOperations_CSV_20180820
- S3InventoryReport_CSV_20161130