Class: Aws::GlueDataBrew::Types::CsvOutputOptions

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 how DataBrew will write a comma-separated value (CSV) file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterString

A single character that specifies the delimiter used to create CSV job output.

Returns:

  • (String)


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