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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#column_nameString

Column name.

Returns:

  • (String)


3165
3166
3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3165

class CastColumnTypeOperation < Struct.new(
  :column_name,
  :new_column_type,
  :sub_type,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3165
3166
3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3165

class CastColumnTypeOperation < Struct.new(
  :column_name,
  :new_column_type,
  :sub_type,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#new_column_typeString

New column data type.

Returns:

  • (String)


3165
3166
3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3165

class CastColumnTypeOperation < Struct.new(
  :column_name,
  :new_column_type,
  :sub_type,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#sub_typeString

The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.

Returns:

  • (String)


3165
3166
3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3165

class CastColumnTypeOperation < Struct.new(
  :column_name,
  :new_column_type,
  :sub_type,
  :format)
  SENSITIVE = []
  include Aws::Structure
end