Class: Aws::Types::CSVInput
- Inherits:
-
Object
- Object
- Aws::Types::CSVInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comments ⇒ ::String
Returns the value of attribute comments.
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#file_header_info ⇒ "USE", ...
Returns the value of attribute file_header_info.
-
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
-
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
-
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
Instance Attribute Details
#comments ⇒ ::String
Returns the value of attribute comments.
40 41 42 |
# File 'sig/types.rbs', line 40 def comments @comments end |
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
43 44 45 |
# File 'sig/types.rbs', line 43 def field_delimiter @field_delimiter end |
#file_header_info ⇒ "USE", ...
Returns the value of attribute file_header_info.
39 40 41 |
# File 'sig/types.rbs', line 39 def file_header_info @file_header_info end |
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
44 45 46 |
# File 'sig/types.rbs', line 44 def quote_character @quote_character end |
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
41 42 43 |
# File 'sig/types.rbs', line 41 def quote_escape_character @quote_escape_character end |
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
42 43 44 |
# File 'sig/types.rbs', line 42 def record_delimiter @record_delimiter end |