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

Class: Aws::QuickSight::Types::CalculatedColumn

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

Overview

Note:

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

{
  column_name: "ColumnName", # required
  column_id: "ColumnId", # required
  expression: "Expression", # required
}

A calculated column for a dataset.

Instance Attribute Summary collapse

Instance Attribute Details

#column_idString

A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.

Returns:

  • (String)

    A unique ID to identify a calculated column.

#column_nameString

Column name.

Returns:

  • (String)

    Column name.

#expressionString

An expression that defines the calculated column.

Returns:

  • (String)

    An expression that defines the calculated column.