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

Class: Aws::QuickSight::Types::CastColumnTypeOperation

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

Overview

Note:

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

{
  column_name: "ColumnName", # required
  new_column_type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME
  format: "TypeCastFormat",
}

A transform operation that casts a column to a different type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

Column name.

Returns:

  • (String)

    Column name.

#formatString

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

Returns:

  • (String)

    When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

#new_column_typeString

New column data type.

Possible values:

  • STRING
  • INTEGER
  • DECIMAL
  • DATETIME

Returns:

  • (String)

    New column data type.