Class: Aws::QuickSight::Types::ColumnSemanticType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The semantic type information for a column in the new data preparation experience.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geographical_roleString

The geographical role of the column in the new data preparation experience.

Returns:

  • (String)


6463
6464
6465
6466
6467
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6463

class ColumnSemanticType < Struct.new(
  :geographical_role)
  SENSITIVE = []
  include Aws::Structure
end