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

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

Instance Attribute Details

#column_nameString

The name of the column to be renamed.

Returns:

  • (String)


25113
25114
25115
25116
25117
25118
# File 'lib/aws-sdk-quicksight/types.rb', line 25113

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)


25113
25114
25115
25116
25117
25118
# File 'lib/aws-sdk-quicksight/types.rb', line 25113

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