Class: Aws::Types::CsvConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_separator ⇒ ::String

Returns the value of attribute column_separator.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def column_separator
  @column_separator
end

#escape_char ⇒ ::String

Returns the value of attribute escape_char.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def escape_char
  @escape_char
end

#null_value ⇒ ::String

Returns the value of attribute null_value.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def null_value
  @null_value
end

#quote_char ⇒ ::String

Returns the value of attribute quote_char.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def quote_char
  @quote_char
end

#trim_white_space ⇒ Boolean

Returns the value of attribute trim_white_space.

Returns:

  • (Boolean)


107
108
109
# File 'sig/types.rbs', line 107

def trim_white_space
  @trim_white_space
end