Class: Aws::Types::CsvClassifier
- Inherits:
-
Object
- Object
- Aws::Types::CsvClassifier
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#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.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#allow_single_column ⇒ Boolean
Returns the value of attribute allow_single_column.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def allow_single_column @allow_single_column end |
#contains_header ⇒ "UNKNOWN", ...
Returns the value of attribute contains_header.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def contains_header @contains_header end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def creation_time @creation_time end |
#custom_datatype_configured ⇒ Boolean
Returns the value of attribute custom_datatype_configured.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def custom_datatype_configured @custom_datatype_configured end |
#custom_datatypes ⇒ ::Array[::String]
Returns the value of attribute custom_datatypes.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def custom_datatypes @custom_datatypes end |
#delimiter ⇒ ::String
Returns the value of attribute delimiter.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def delimiter @delimiter end |
#disable_value_trimming ⇒ Boolean
Returns the value of attribute disable_value_trimming.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def disable_value_trimming @disable_value_trimming end |
#header ⇒ ::Array[::String]
Returns the value of attribute header.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def header @header end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def name @name end |
#quote_symbol ⇒ ::String
Returns the value of attribute quote_symbol.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def quote_symbol @quote_symbol end |
#serde ⇒ "OpenCSVSerDe", ...
Returns the value of attribute serde.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def serde @serde end |
#version ⇒ ::Integer
Returns the value of attribute version.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def version @version end |