Class: Aws::Types::UpdateCsvClassifierRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_single_columnBoolean

Returns the value of attribute allow_single_column.

Returns:

  • (Boolean)


8016
8017
8018
# File 'sig/types.rbs', line 8016

def allow_single_column
  @allow_single_column
end

#contains_header"UNKNOWN", ...

Returns the value of attribute contains_header.

Returns:

  • ("UNKNOWN", "PRESENT", "ABSENT")


8013
8014
8015
# File 'sig/types.rbs', line 8013

def contains_header
  @contains_header
end

#custom_datatype_configuredBoolean

Returns the value of attribute custom_datatype_configured.

Returns:

  • (Boolean)


8017
8018
8019
# File 'sig/types.rbs', line 8017

def custom_datatype_configured
  @custom_datatype_configured
end

#custom_datatypes::Array[::String]

Returns the value of attribute custom_datatypes.

Returns:

  • (::Array[::String])


8018
8019
8020
# File 'sig/types.rbs', line 8018

def custom_datatypes
  @custom_datatypes
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


8011
8012
8013
# File 'sig/types.rbs', line 8011

def delimiter
  @delimiter
end

#disable_value_trimmingBoolean

Returns the value of attribute disable_value_trimming.

Returns:

  • (Boolean)


8015
8016
8017
# File 'sig/types.rbs', line 8015

def disable_value_trimming
  @disable_value_trimming
end

#header::Array[::String]

Returns the value of attribute header.

Returns:

  • (::Array[::String])


8014
8015
8016
# File 'sig/types.rbs', line 8014

def header
  @header
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8010
8011
8012
# File 'sig/types.rbs', line 8010

def name
  @name
end

#quote_symbol::String

Returns the value of attribute quote_symbol.

Returns:

  • (::String)


8012
8013
8014
# File 'sig/types.rbs', line 8012

def quote_symbol
  @quote_symbol
end

#serde"OpenCSVSerDe", ...

Returns the value of attribute serde.

Returns:

  • ("OpenCSVSerDe", "LazySimpleSerDe", "None")


8019
8020
8021
# File 'sig/types.rbs', line 8019

def serde
  @serde
end