Class: Aws::GlueDataBrew::Types::CsvOutputOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CsvOutputOptions
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delimiter ⇒ String
A single character that specifies the delimiter used to create CSV job output.
Instance Attribute Details
#delimiter ⇒ String
A single character that specifies the delimiter used to create CSV job output.
671 672 673 674 675 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 671 class CsvOutputOptions < Struct.new( :delimiter) SENSITIVE = [] include Aws::Structure end |