Class: Aws::QuickSight::Types::RenameColumnOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#column_nameString

The name of the column to be renamed.

Returns:

  • (String)


24126
24127
24128
24129
24130
24131
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24126

class RenameColumnOperation < Struct.new(
  :column_name,
  :new_column_name)
  SENSITIVE = []
  include Aws::Structure
end

#new_column_nameString

The new name for the column.

Returns:

  • (String)


24126
24127
24128
24129
24130
24131
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24126

class RenameColumnOperation < Struct.new(
  :column_name,
  :new_column_name)
  SENSITIVE = []
  include Aws::Structure
end