Class: Aws::Types::RenameColumnOperation
- Inherits:
-
Object
- Object
- Aws::Types::RenameColumnOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
9807 9808 9809 |
# File 'sig/types.rbs', line 9807 def column_name @column_name end |
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
9808 9809 9810 |
# File 'sig/types.rbs', line 9808 def new_column_name @new_column_name end |