class Aws::S3Control::Types::JobManifest

Contains the configuration information for a job's manifest.

@note When making an API call, you may pass JobManifest

data as a hash:

    {
      spec: { # required
        format: "S3BatchOperations_CSV_20180820", # required, accepts S3BatchOperations_CSV_20180820, S3InventoryReport_CSV_20161130
        fields: ["Ignore"], # accepts Ignore, Bucket, Key, VersionId
      },
      location: { # required
        object_arn: "S3KeyArnString", # required
        object_version_id: "S3ObjectVersionId",
        etag: "NonEmptyMaxLength1024String", # required
      },
    }

@!attribute [rw] spec

Describes the format of the specified job's manifest. If the
manifest is in CSV format, also describes the columns contained
within the manifest.
@return [Types::JobManifestSpec]

@!attribute [rw] location

Contains the information required to locate the specified job's
manifest.
@return [Types::JobManifestLocation]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/JobManifest AWS API Documentation

Constants

SENSITIVE