Class: Aws::Types::CreateCsvClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCsvClassifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_single_column ⇒ Boolean
Returns the value of attribute allow_single_column.
-
#contains_header ⇒ "UNKNOWN", ...
Returns the value of attribute contains_header.
-
#custom_datatype_configured ⇒ Boolean
Returns the value of attribute custom_datatype_configured.
-
#custom_datatypes ⇒ ::Array[::String]
Returns the value of attribute custom_datatypes.
-
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
-
#disable_value_trimming ⇒ Boolean
Returns the value of attribute disable_value_trimming.
-
#header ⇒ ::Array[::String]
Returns the value of attribute header.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#quote_symbol ⇒ ::String
Returns the value of attribute quote_symbol.
-
#serde ⇒ "OpenCSVSerDe", ...
Returns the value of attribute serde.
Instance Attribute Details
#allow_single_column ⇒ Boolean
Returns the value of attribute allow_single_column.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def allow_single_column @allow_single_column end |
#contains_header ⇒ "UNKNOWN", ...
Returns the value of attribute contains_header.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def contains_header @contains_header end |
#custom_datatype_configured ⇒ Boolean
Returns the value of attribute custom_datatype_configured.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def custom_datatype_configured @custom_datatype_configured end |
#custom_datatypes ⇒ ::Array[::String]
Returns the value of attribute custom_datatypes.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def custom_datatypes @custom_datatypes end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def delimiter @delimiter end |
#disable_value_trimming ⇒ Boolean
Returns the value of attribute disable_value_trimming.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def disable_value_trimming @disable_value_trimming end |
#header ⇒ ::Array[::String]
Returns the value of attribute header.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def header @header end |
#name ⇒ ::String
Returns the value of attribute name.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def name @name end |
#quote_symbol ⇒ ::String
Returns the value of attribute quote_symbol.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def quote_symbol @quote_symbol end |
#serde ⇒ "OpenCSVSerDe", ...
Returns the value of attribute serde.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def serde @serde end |