Class: Aws::S3Control::Types::JobManifestSpec

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

Overview

Describes the format of a manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.

Constant Summary collapse

SENSITIVE =
[]

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>)


3891
3892
3893
3894
3895
3896
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3891

class JobManifestSpec < Struct.new(
  :format,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Indicates which of the available formats the specified manifest uses.

Returns:

  • (String)


3891
3892
3893
3894
3895
3896
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3891

class JobManifestSpec < Struct.new(
  :format,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end