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.
9445 9446 9447 |
# File 'sig/types.rbs', line 9445 def alias @alias end |
#rename_column_operations ⇒ ::Array[Types::RenameColumnOperation]
Returns the value of attribute rename_column_operations.
9447 9448 9449 |
# File 'sig/types.rbs', line 9447 def rename_column_operations @rename_column_operations end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
9446 9447 9448 |
# File 'sig/types.rbs', line 9446 def source @source end |