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.
9439 9440 9441 |
# File 'sig/types.rbs', line 9439 def column_name @column_name end |
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
9440 9441 9442 |
# File 'sig/types.rbs', line 9440 def new_column_name @new_column_name end |