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.
52 53 54 |
# File 'sig/types.rbs', line 52 def field_delimiter @field_delimiter end |
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
53 54 55 |
# File 'sig/types.rbs', line 53 def quote_character @quote_character end |
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
50 51 52 |
# File 'sig/types.rbs', line 50 def quote_escape_character @quote_escape_character end |
#quote_fields ⇒ "ALWAYS", "ASNEEDED"
Returns the value of attribute quote_fields.
49 50 51 |
# File 'sig/types.rbs', line 49 def quote_fields @quote_fields end |
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
51 52 53 |
# File 'sig/types.rbs', line 51 def record_delimiter @record_delimiter end |