Class: Aws::Types::CSVOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def field_delimiter
  @field_delimiter
end

#quote_character::String

Returns the value of attribute quote_character.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def quote_character
  @quote_character
end

#quote_escape_character::String

Returns the value of attribute quote_escape_character.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def quote_escape_character
  @quote_escape_character
end

#quote_fields"ALWAYS", "ASNEEDED"

Returns the value of attribute quote_fields.

Returns:

  • ("ALWAYS", "ASNEEDED")


190
191
192
# File 'sig/types.rbs', line 190

def quote_fields
  @quote_fields
end

#record_delimiter::String

Returns the value of attribute record_delimiter.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def record_delimiter
  @record_delimiter
end