Class: Aws::QuickSight::Types::SemanticModelConfiguration

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

Instance Attribute Details

#table_mapHash<String,Types::SemanticTable>

A map of semantic tables that define the analytical structure.

Returns:



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