Class: Aws::Types::CSVInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def comments
  @comments
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def field_delimiter
  @field_delimiter
end

#file_header_info"USE", ...

Returns the value of attribute file_header_info.

Returns:

  • ("USE", "IGNORE", "NONE")


39
40
41
# File 'sig/types.rbs', line 39

def file_header_info
  @file_header_info
end

#quote_character::String

Returns the value of attribute quote_character.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def quote_character
  @quote_character
end

#quote_escape_character::String

Returns the value of attribute quote_escape_character.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def quote_escape_character
  @quote_escape_character
end

#record_delimiter::String

Returns the value of attribute record_delimiter.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def record_delimiter
  @record_delimiter
end