Method: Aws::QuickSight::Types::RenameColumnOperation#column_name
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#column_name ⇒ String
The name of the column to be renamed.
28348 28349 28350 28351 28352 28353 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28348 class RenameColumnOperation < Struct.new( :column_name, :new_column_name) SENSITIVE = [] include Aws::Structure end |