Class: Aws::Types::CSVOutput
- Inherits:
-
Object
- Object
- Aws::Types::CSVOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
-
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
-
#quote_fields ⇒ "ALWAYS", "ASNEEDED"
Returns the value of attribute quote_fields.
-
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
Instance Attribute Details
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
193 194 195 |
# File 'sig/types.rbs', line 193 def field_delimiter @field_delimiter end |
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
194 195 196 |
# File 'sig/types.rbs', line 194 def quote_character @quote_character end |
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
191 192 193 |
# File 'sig/types.rbs', line 191 def quote_escape_character @quote_escape_character end |
#quote_fields ⇒ "ALWAYS", "ASNEEDED"
Returns the value of attribute quote_fields.
190 191 192 |
# File 'sig/types.rbs', line 190 def quote_fields @quote_fields end |
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
192 193 194 |
# File 'sig/types.rbs', line 192 def record_delimiter @record_delimiter end |