Class: Aws::QuickSight::Types::CastColumnTypesOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alias ⇒ String

Alias for this operation.

Returns:

  • (String)


7781
7782
7783
7784
7785
7786
7787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7781

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.

Returns:



7781
7782
7783
7784
7785
7786
7787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7781

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.



7781
7782
7783
7784
7785
7786
7787
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7781

class CastColumnTypesOperation < Struct.new(
  :alias,
  :source,
  :cast_column_type_operations)
  SENSITIVE = []
  include Aws::Structure
end