Class: Aws::Types::UploadSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contains_headerBoolean

Returns the value of attribute contains_header.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


12842
12843
12844
# File 'sig/types.rbs', line 12842

def delimiter
  @delimiter
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "TSV", "CLF", "ELF", "XLSX", "JSON")


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("DOUBLE_QUOTE", "SINGLE_QUOTE")


12841
12842
12843
# File 'sig/types.rbs', line 12841

def text_qualifier
  @text_qualifier
end