You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RenameColumnOperation as input to an Aws::Client method, you can use a vanilla Hash:

{
  column_name: "ColumnName", # required
  new_column_name: "ColumnName", # required
}

A transform operation that renames a column.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column to be renamed.

Returns:

  • (String)

    The name of the column to be renamed.

#new_column_nameString

The new name for the column.

Returns:

  • (String)

    The new name for the column.