Class: Aws::Types::RenameColumnsOperation
- Inherits:
-
Object
- Object
- Aws::Types::RenameColumnsOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#rename_column_operations ⇒ ::Array[Types::RenameColumnOperation]
Returns the value of attribute rename_column_operations.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
9813 9814 9815 |
# File 'sig/types.rbs', line 9813 def alias @alias end |
#rename_column_operations ⇒ ::Array[Types::RenameColumnOperation]
Returns the value of attribute rename_column_operations.
9815 9816 9817 |
# File 'sig/types.rbs', line 9815 def rename_column_operations @rename_column_operations end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
9814 9815 9816 |
# File 'sig/types.rbs', line 9814 def source @source end |