Class: Aws::Types::CSV
- Inherits:
-
Object
- Object
- Aws::Types::CSV
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
101 102 103 |
# File 'sig/types.rbs', line 101 def columns @columns end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
100 101 102 |
# File 'sig/types.rbs', line 100 def delimiter @delimiter end |
#destination ⇒ ::String
Returns the value of attribute destination.
103 104 105 |
# File 'sig/types.rbs', line 103 def destination @destination end |
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
99 100 101 |
# File 'sig/types.rbs', line 99 def quote_character @quote_character end |
#source ⇒ ::String
Returns the value of attribute source.
102 103 104 |
# File 'sig/types.rbs', line 102 def source @source end |