Class: Aws::Types::CsvOptions
- Inherits:
-
Object
- Object
- Aws::Types::CsvOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#header_row ⇒ Boolean
Returns the value of attribute header_row.
Instance Attribute Details
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
175 176 177 |
# File 'sig/types.rbs', line 175 def delimiter @delimiter end |
#header_row ⇒ Boolean
Returns the value of attribute header_row.
176 177 178 |
# File 'sig/types.rbs', line 176 def header_row @header_row end |