Class: Aws::QuickSight::Types::ColumnSemanticType
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnSemanticType
- 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
-
#geographical_role ⇒ String
The geographical role of the column in the new data preparation experience.
Instance Attribute Details
#geographical_role ⇒ String
The geographical role of the column in the new data preparation experience.
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 |