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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Contains the configuration information for a job's manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::JobManifestLocation

Contains the information required to locate the specified job's manifest. Manifests can't be imported from directory buckets. For more information, see Directory buckets.



3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3745

class JobManifest < Struct.new(
  :spec,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#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.



3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3745

class JobManifest < Struct.new(
  :spec,
  :location)
  SENSITIVE = []
  include Aws::Structure
end