Class: Aws::QuickSight::Types::CastColumnTypeOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CastColumnTypeOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that casts a column to a different type.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#sub_type ⇒ String
The sub data type of the new column.
Instance Attribute Details
#column_name ⇒ String
Column name.
4013 4014 4015 4016 4017 4018 4019 4020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4013 class CastColumnTypeOperation < Struct.new( :column_name, :new_column_type, :sub_type, :format) SENSITIVE = [] include Aws::Structure end |
#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.
4013 4014 4015 4016 4017 4018 4019 4020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4013 class CastColumnTypeOperation < Struct.new( :column_name, :new_column_type, :sub_type, :format) SENSITIVE = [] include Aws::Structure end |
#new_column_type ⇒ String
New column data type.
4013 4014 4015 4016 4017 4018 4019 4020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4013 class CastColumnTypeOperation < Struct.new( :column_name, :new_column_type, :sub_type, :format) SENSITIVE = [] include Aws::Structure end |
#sub_type ⇒ String
The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
4013 4014 4015 4016 4017 4018 4019 4020 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4013 class CastColumnTypeOperation < Struct.new( :column_name, :new_column_type, :sub_type, :format) SENSITIVE = [] include Aws::Structure end |