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)


52
53
54
# File 'sig/types.rbs', line 52

def field_delimiter
  @field_delimiter
end

#quote_character::String

Returns the value of attribute quote_character.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def quote_character
  @quote_character
end

#quote_escape_character::String

Returns the value of attribute quote_escape_character.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def quote_escape_character
  @quote_escape_character
end

#quote_fields"ALWAYS", "ASNEEDED"

Returns the value of attribute quote_fields.

Returns:

  • ("ALWAYS", "ASNEEDED")


49
50
51
# File 'sig/types.rbs', line 49

def quote_fields
  @quote_fields
end

#record_delimiter::String

Returns the value of attribute record_delimiter.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def record_delimiter
  @record_delimiter
end