Class: Aws::QuickSight::Types::RenameColumnOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RenameColumnOperation
- Defined in:
- gems/aws-sdk-quicksight/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.
28002 28003 28004 28005 28006 28007 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28002 class RenameColumnOperation < Struct.new( :column_name, :new_column_name) SENSITIVE = [] include Aws::Structure end |
#new_column_name ⇒ String
The new name for the column.
28002 28003 28004 28005 28006 28007 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28002 class RenameColumnOperation < Struct.new( :column_name, :new_column_name) SENSITIVE = [] include Aws::Structure end |