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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#fieldsArray<String>

If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element describes which columns contain the required data.

Returns:

  • (Array<String>)

    If the specified manifest object is in the S3BatchOperations_CSV_20180820 format, this element describes which columns contain the required data.

#formatString

Indicates which of the available formats the specified manifest uses.

Possible values:

  • S3BatchOperations_CSV_20180820
  • S3InventoryReport_CSV_20161130

Returns:

  • (String)

    Indicates which of the available formats the specified manifest uses.