Class: Aws::Types::CsvConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CsvConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_separator ⇒ ::String
Returns the value of attribute column_separator.
-
#escape_char ⇒ ::String
Returns the value of attribute escape_char.
-
#null_value ⇒ ::String
Returns the value of attribute null_value.
-
#quote_char ⇒ ::String
Returns the value of attribute quote_char.
-
#trim_white_space ⇒ Boolean
Returns the value of attribute trim_white_space.
Instance Attribute Details
#column_separator ⇒ ::String
Returns the value of attribute column_separator.
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.
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.
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.
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.
107 108 109 |
# File 'sig/types.rbs', line 107 def trim_white_space @trim_white_space end |