Class: Aws::Types::SemanticModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SemanticModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#semantic_metadata ⇒ ::Array[Types::DataSetSemanticMetadata]
Returns the value of attribute semantic_metadata.
-
#table_map ⇒ ::Hash[::String, Types::SemanticTable]
Returns the value of attribute table_map.
Instance Attribute Details
#semantic_metadata ⇒ ::Array[Types::DataSetSemanticMetadata]
Returns the value of attribute semantic_metadata.
9998 9999 10000 |
# File 'sig/types.rbs', line 9998 def @semantic_metadata end |
#table_map ⇒ ::Hash[::String, Types::SemanticTable]
Returns the value of attribute table_map.
9997 9998 9999 |
# File 'sig/types.rbs', line 9997 def table_map @table_map end |