Class: Aws::GlueDataBrew::Types::OutputFormatOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::OutputFormatOptions
- Includes:
- Structure
- Defined in:
- 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
-
#csv ⇒ Types::CsvOutputOptions
Represents a set of options that define the structure of comma-separated value (CSV) job output.
Instance Attribute Details
#csv ⇒ Types::CsvOutputOptions
Represents a set of options that define the structure of comma-separated value (CSV) job output.
2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2835 class OutputFormatOptions < Struct.new( :csv) SENSITIVE = [] include Aws::Structure end |