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.
7527 7528 7529 7530 7531 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7527 class ColumnSemanticType < Struct.new( :geographical_role) SENSITIVE = [] include Aws::Structure end |