Class: Aws::Types::ColumnConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_detecting_columns::Array[::String]

Returns the value of attribute change_detecting_columns.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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