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.
8415 8416 8417 |
# File 'sig/types.rbs', line 8415 def output_column_name @output_column_name end |
#source_column_name ⇒ ::String
Returns the value of attribute source_column_name.
8414 8415 8416 |
# File 'sig/types.rbs', line 8414 def source_column_name @source_column_name end |