Class: Aws::Types::ColumnConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ColumnConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_detecting_columns ⇒ ::Array[::String]
Returns the value of attribute change_detecting_columns.
-
#document_data_column_name ⇒ ::String
Returns the value of attribute document_data_column_name.
-
#document_id_column_name ⇒ ::String
Returns the value of attribute document_id_column_name.
-
#document_title_column_name ⇒ ::String
Returns the value of attribute document_title_column_name.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
Instance Attribute Details
#change_detecting_columns ⇒ ::Array[::String]
Returns the value of attribute change_detecting_columns.
263 264 265 |
# File 'sig/types.rbs', line 263 def change_detecting_columns @change_detecting_columns end |
#document_data_column_name ⇒ ::String
Returns the value of attribute document_data_column_name.
260 261 262 |
# File 'sig/types.rbs', line 260 def document_data_column_name @document_data_column_name end |
#document_id_column_name ⇒ ::String
Returns the value of attribute document_id_column_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def document_id_column_name @document_id_column_name end |
#document_title_column_name ⇒ ::String
Returns the value of attribute document_title_column_name.
261 262 263 |
# File 'sig/types.rbs', line 261 def document_title_column_name @document_title_column_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
262 263 264 |
# File 'sig/types.rbs', line 262 def field_mappings @field_mappings end |