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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


3941
3942
3943
3944
3945
3946
# File 'lib/aws-sdk-s3control/types.rb', line 3941

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

#formatString

Indicates which of the available formats the specified manifest uses.

Returns:

  • (String)


3941
3942
3943
3944
3945
3946
# File 'lib/aws-sdk-s3control/types.rb', line 3941

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