Class: Aws::QuickSight::Types::SemanticModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SemanticModelConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Configuration for the semantic model that defines how prepared data is structured for analysis and reporting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_map ⇒ Hash<String,Types::SemanticTable>
A map of semantic tables that define the analytical structure.
Instance Attribute Details
#table_map ⇒ Hash<String,Types::SemanticTable>
A map of semantic tables that define the analytical structure.
32904 32905 32906 32907 32908 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32904 class SemanticModelConfiguration < Struct.new( :table_map) SENSITIVE = [] include Aws::Structure end |