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)


7988
7989
7990
# File 'sig/types.rbs', line 7988

def allow_single_column
  @allow_single_column
end

#contains_header"UNKNOWN", ...

Returns the value of attribute contains_header.

Returns:

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


7985
7986
7987
# File 'sig/types.rbs', line 7985

def contains_header
  @contains_header
end

#custom_datatype_configuredBoolean

Returns the value of attribute custom_datatype_configured.

Returns:

  • (Boolean)


7989
7990
7991
# File 'sig/types.rbs', line 7989

def custom_datatype_configured
  @custom_datatype_configured
end

#custom_datatypes::Array[::String]

Returns the value of attribute custom_datatypes.

Returns:

  • (::Array[::String])


7990
7991
7992
# File 'sig/types.rbs', line 7990

def custom_datatypes
  @custom_datatypes
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


7983
7984
7985
# File 'sig/types.rbs', line 7983

def delimiter
  @delimiter
end

#disable_value_trimmingBoolean

Returns the value of attribute disable_value_trimming.

Returns:

  • (Boolean)


7987
7988
7989
# File 'sig/types.rbs', line 7987

def disable_value_trimming
  @disable_value_trimming
end

#header::Array[::String]

Returns the value of attribute header.

Returns:

  • (::Array[::String])


7986
7987
7988
# File 'sig/types.rbs', line 7986

def header
  @header
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7982
7983
7984
# File 'sig/types.rbs', line 7982

def name
  @name
end

#quote_symbol::String

Returns the value of attribute quote_symbol.

Returns:

  • (::String)


7984
7985
7986
# File 'sig/types.rbs', line 7984

def quote_symbol
  @quote_symbol
end

#serde"OpenCSVSerDe", ...

Returns the value of attribute serde.

Returns:

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


7991
7992
7993
# File 'sig/types.rbs', line 7991

def serde
  @serde
end