Class: Aws::GlueDataBrew::Types::OutputFormatOptions

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

Overview

Represents a set of options that define the structure of comma-separated (CSV) job output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#csvTypes::CsvOutputOptions

Represents a set of options that define the structure of comma-separated value (CSV) job output.



2835
2836
2837
2838
2839
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2835

class OutputFormatOptions < Struct.new(
  :csv)
  SENSITIVE = []
  include Aws::Structure
end