Class: Aws::Types::ImportTableOperationSource
- Inherits:
-
Object
- Object
- Aws::Types::ImportTableOperationSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_id_mappings ⇒ ::Array[Types::DataSetColumnIdMapping]
Returns the value of attribute column_id_mappings.
-
#source_table_id ⇒ ::String
Returns the value of attribute source_table_id.
Instance Attribute Details
#column_id_mappings ⇒ ::Array[Types::DataSetColumnIdMapping]
Returns the value of attribute column_id_mappings.
6778 6779 6780 |
# File 'sig/types.rbs', line 6778 def column_id_mappings @column_id_mappings end |
#source_table_id ⇒ ::String
Returns the value of attribute source_table_id.
6777 6778 6779 |
# File 'sig/types.rbs', line 6777 def source_table_id @source_table_id end |