Class: Aws::Types::UploadSettings
- Inherits:
-
Object
- Object
- Aws::Types::UploadSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains_header ⇒ Boolean
Returns the value of attribute contains_header.
-
#custom_cell_address_range ⇒ ::String
Returns the value of attribute custom_cell_address_range.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#start_from_row ⇒ ::Integer
Returns the value of attribute start_from_row.
-
#text_qualifier ⇒ "DOUBLE_QUOTE", "SINGLE_QUOTE"
Returns the value of attribute text_qualifier.
Instance Attribute Details
#contains_header ⇒ Boolean
Returns the value of attribute contains_header.
12840 12841 12842 |
# File 'sig/types.rbs', line 12840 def contains_header @contains_header end |
#custom_cell_address_range ⇒ ::String
Returns the value of attribute custom_cell_address_range.
12843 12844 12845 |
# File 'sig/types.rbs', line 12843 def custom_cell_address_range @custom_cell_address_range end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
12842 12843 12844 |
# File 'sig/types.rbs', line 12842 def delimiter @delimiter end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
12838 12839 12840 |
# File 'sig/types.rbs', line 12838 def format @format end |
#start_from_row ⇒ ::Integer
Returns the value of attribute start_from_row.
12839 12840 12841 |
# File 'sig/types.rbs', line 12839 def start_from_row @start_from_row end |
#text_qualifier ⇒ "DOUBLE_QUOTE", "SINGLE_QUOTE"
Returns the value of attribute text_qualifier.
12841 12842 12843 |
# File 'sig/types.rbs', line 12841 def text_qualifier @text_qualifier end |