Class: Aws::QuickSight::Types::RenameColumnOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RenameColumnOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that renames a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column to be renamed.
-
#new_column_name ⇒ String
The new name for the column.
Instance Attribute Details
#column_name ⇒ String
The name of the column to be renamed.
26448 26449 26450 26451 26452 26453 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26448 class RenameColumnOperation < Struct.new( :column_name, :new_column_name) SENSITIVE = [] include Aws::Structure end |
#new_column_name ⇒ String
The new name for the column.
26448 26449 26450 26451 26452 26453 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26448 class RenameColumnOperation < Struct.new( :column_name, :new_column_name) SENSITIVE = [] include Aws::Structure end |