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

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

Instance Attribute Details

#column_nameString

Column name.

Returns:

  • (String)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'lib/aws-sdk-quicksight/types.rb', line 3187

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)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'lib/aws-sdk-quicksight/types.rb', line 3187

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)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'lib/aws-sdk-quicksight/types.rb', line 3187

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)


3187
3188
3189
3190
3191
3192
3193
3194
# File 'lib/aws-sdk-quicksight/types.rb', line 3187

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