Class: Aws::Types::CSVInput
- Inherits:
-
Object
- Object
- Aws::Types::CSVInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_quoted_record_delimiter ⇒ Boolean
Returns the value of attribute allow_quoted_record_delimiter.
-
#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
#allow_quoted_record_delimiter ⇒ Boolean
Returns the value of attribute allow_quoted_record_delimiter.
185 186 187 |
# File 'sig/types.rbs', line 185 def allow_quoted_record_delimiter @allow_quoted_record_delimiter end |
#comments ⇒ ::String
Returns the value of attribute comments.
180 181 182 |
# File 'sig/types.rbs', line 180 def comments @comments end |
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
183 184 185 |
# File 'sig/types.rbs', line 183 def field_delimiter @field_delimiter end |
#file_header_info ⇒ "USE", ...
Returns the value of attribute file_header_info.
179 180 181 |
# File 'sig/types.rbs', line 179 def file_header_info @file_header_info end |
#quote_character ⇒ ::String
Returns the value of attribute quote_character.
184 185 186 |
# File 'sig/types.rbs', line 184 def quote_character @quote_character end |
#quote_escape_character ⇒ ::String
Returns the value of attribute quote_escape_character.
181 182 183 |
# File 'sig/types.rbs', line 181 def quote_escape_character @quote_escape_character end |
#record_delimiter ⇒ ::String
Returns the value of attribute record_delimiter.
182 183 184 |
# File 'sig/types.rbs', line 182 def record_delimiter @record_delimiter end |