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.
13296 13297 13298 |
# File 'sig/types.rbs', line 13296 def contains_header @contains_header end |
#custom_cell_address_range ⇒ ::String
Returns the value of attribute custom_cell_address_range.
13299 13300 13301 |
# File 'sig/types.rbs', line 13299 def custom_cell_address_range @custom_cell_address_range end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
13298 13299 13300 |
# File 'sig/types.rbs', line 13298 def delimiter @delimiter end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
13294 13295 13296 |
# File 'sig/types.rbs', line 13294 def format @format end |
#start_from_row ⇒ ::Integer
Returns the value of attribute start_from_row.
13295 13296 13297 |
# File 'sig/types.rbs', line 13295 def start_from_row @start_from_row end |
#text_qualifier ⇒ "DOUBLE_QUOTE", "SINGLE_QUOTE"
Returns the value of attribute text_qualifier.
13297 13298 13299 |
# File 'sig/types.rbs', line 13297 def text_qualifier @text_qualifier end |