Class: Aws::QuickSight::Types::CastColumnTypesOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CastColumnTypesOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that changes the data types of one or more columns in the dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
Alias for this operation.
-
#cast_column_type_operations ⇒ Array<Types::CastColumnTypeOperation>
The list of column type casting operations to perform.
-
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for the type casting.
Instance Attribute Details
#alias ⇒ String
Alias for this operation.
4714 4715 4716 4717 4718 4719 4720 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4714 class CastColumnTypesOperation < Struct.new( :alias, :source, :cast_column_type_operations) SENSITIVE = [] include Aws::Structure end |
#cast_column_type_operations ⇒ Array<Types::CastColumnTypeOperation>
The list of column type casting operations to perform.
4714 4715 4716 4717 4718 4719 4720 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4714 class CastColumnTypesOperation < Struct.new( :alias, :source, :cast_column_type_operations) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for the type casting.
4714 4715 4716 4717 4718 4719 4720 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4714 class CastColumnTypesOperation < Struct.new( :alias, :source, :cast_column_type_operations) SENSITIVE = [] include Aws::Structure end |