Class: Aws::Types::OutputColumnNameOverride
- Inherits:
-
Object
- Object
- Aws::Types::OutputColumnNameOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
-
#source_column_name ⇒ ::String
Returns the value of attribute source_column_name.
Instance Attribute Details
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
8766 8767 8768 |
# File 'sig/types.rbs', line 8766 def output_column_name @output_column_name end |
#source_column_name ⇒ ::String
Returns the value of attribute source_column_name.
8765 8766 8767 |
# File 'sig/types.rbs', line 8765 def source_column_name @source_column_name end |