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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


13298
13299
13300
# File 'sig/types.rbs', line 13298

def delimiter
  @delimiter
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("DOUBLE_QUOTE", "SINGLE_QUOTE")


13297
13298
13299
# File 'sig/types.rbs', line 13297

def text_qualifier
  @text_qualifier
end