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_list ⇒ ::Array[::String]
Returns the value of attribute header_list.
Instance Attribute Details
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
356 357 358 |
# File 'sig/types.rbs', line 356 def delimiter @delimiter end |
#header_list ⇒ ::Array[::String]
Returns the value of attribute header_list.
357 358 359 |
# File 'sig/types.rbs', line 357 def header_list @header_list end |