You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::JobManifest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JobManifest as input to an Aws::Client method, you can use a vanilla 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
  },
}

Contains the configuration information for a job's manifest.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::JobManifestLocation

Contains the information required to locate the specified job\'s manifest.

Returns:

#specTypes::JobManifestSpec

Describes the format of the specified job\'s manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.

Returns: