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)


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_nameString

The new name for the column.

Returns:

  • (String)


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