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
- Struct
- Aws::QuickSight::Types::CastColumnTypeOperation
- 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
-
#column_name ⇒ String
Column name.
-
#format ⇒ 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_type ⇒ String
New column data type.
Instance Attribute Details
#column_name ⇒ String
Column name.
#format ⇒ 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_type ⇒ String
New column data type.
Possible values:
- STRING
- INTEGER
- DECIMAL
- DATETIME