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.
7044 7045 7046 |
# File 'sig/types.rbs', line 7044 def column_id_mappings @column_id_mappings end |
#source_table_id ⇒ ::String
Returns the value of attribute source_table_id.
7043 7044 7045 |
# File 'sig/types.rbs', line 7043 def source_table_id @source_table_id end |