Class: Aws::Types::CSV

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#columns::Array[::String]

Returns the value of attribute columns.

Returns:

  • (::Array[::String])


101
102
103
# File 'sig/types.rbs', line 101

def columns
  @columns
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def delimiter
  @delimiter
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def destination
  @destination
end

#quote_character::String

Returns the value of attribute quote_character.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def quote_character
  @quote_character
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def source
  @source
end