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

#allow_quoted_record_delimiterBoolean

Returns the value of attribute allow_quoted_record_delimiter.

Returns:

  • (Boolean)


185
186
187
# File 'sig/types.rbs', line 185

def allow_quoted_record_delimiter
  @allow_quoted_record_delimiter
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def comments
  @comments
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def field_delimiter
  @field_delimiter
end

#file_header_info"USE", ...

Returns the value of attribute file_header_info.

Returns:

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


179
180
181
# File 'sig/types.rbs', line 179

def file_header_info
  @file_header_info
end

#quote_character::String

Returns the value of attribute quote_character.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def quote_character
  @quote_character
end

#quote_escape_character::String

Returns the value of attribute quote_escape_character.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def quote_escape_character
  @quote_escape_character
end

#record_delimiter::String

Returns the value of attribute record_delimiter.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def record_delimiter
  @record_delimiter
end