Class: Aws::Types::DataSetColumnIdMapping
- Inherits:
-
Object
- Object
- Aws::Types::DataSetColumnIdMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_column_id ⇒ ::String
Returns the value of attribute source_column_id.
-
#target_column_id ⇒ ::String
Returns the value of attribute target_column_id.
Instance Attribute Details
#source_column_id ⇒ ::String
Returns the value of attribute source_column_id.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def source_column_id @source_column_id end |
#target_column_id ⇒ ::String
Returns the value of attribute target_column_id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def target_column_id @target_column_id end |