Class: Aws::Types::MappingEntry
- Inherits:
-
Object
- Object
- Aws::Types::MappingEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
-
#source_table ⇒ ::String
Returns the value of attribute source_table.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#target_path ⇒ ::String
Returns the value of attribute target_path.
-
#target_table ⇒ ::String
Returns the value of attribute target_table.
-
#target_type ⇒ ::String
Returns the value of attribute target_type.
Instance Attribute Details
#source_path ⇒ ::String
Returns the value of attribute source_path.
5595 5596 5597 |
# File 'sig/types.rbs', line 5595 def source_path @source_path end |
#source_table ⇒ ::String
Returns the value of attribute source_table.
5594 5595 5596 |
# File 'sig/types.rbs', line 5594 def source_table @source_table end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
5596 5597 5598 |
# File 'sig/types.rbs', line 5596 def source_type @source_type end |
#target_path ⇒ ::String
Returns the value of attribute target_path.
5598 5599 5600 |
# File 'sig/types.rbs', line 5598 def target_path @target_path end |
#target_table ⇒ ::String
Returns the value of attribute target_table.
5597 5598 5599 |
# File 'sig/types.rbs', line 5597 def target_table @target_table end |
#target_type ⇒ ::String
Returns the value of attribute target_type.
5599 5600 5601 |
# File 'sig/types.rbs', line 5599 def target_type @target_type end |