Class: Aws::Types::CreateCsvClassifierRequest

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)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def allow_single_column
  @allow_single_column
end

#contains_header"UNKNOWN", ...

Returns the value of attribute contains_header.

Returns:

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


1402
1403
1404
# File 'sig/types.rbs', line 1402

def contains_header
  @contains_header
end

#custom_datatype_configuredBoolean

Returns the value of attribute custom_datatype_configured.

Returns:

  • (Boolean)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def custom_datatype_configured
  @custom_datatype_configured
end

#custom_datatypes::Array[::String]

Returns the value of attribute custom_datatypes.

Returns:

  • (::Array[::String])


1407
1408
1409
# File 'sig/types.rbs', line 1407

def custom_datatypes
  @custom_datatypes
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def delimiter
  @delimiter
end

#disable_value_trimmingBoolean

Returns the value of attribute disable_value_trimming.

Returns:

  • (Boolean)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def disable_value_trimming
  @disable_value_trimming
end

#header::Array[::String]

Returns the value of attribute header.

Returns:

  • (::Array[::String])


1403
1404
1405
# File 'sig/types.rbs', line 1403

def header
  @header
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def name
  @name
end

#quote_symbol::String

Returns the value of attribute quote_symbol.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def quote_symbol
  @quote_symbol
end

#serde"OpenCSVSerDe", ...

Returns the value of attribute serde.

Returns:

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


1408
1409
1410
# File 'sig/types.rbs', line 1408

def serde
  @serde
end