Class: Aws::Types::SemanticTable
- Inherits:
-
Object
- Object
- Aws::Types::SemanticTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#destination_table_id ⇒ ::String
Returns the value of attribute destination_table_id.
-
#row_level_permission_configuration ⇒ Types::RowLevelPermissionConfiguration
Returns the value of attribute row_level_permission_configuration.
-
#semantic_metadata ⇒ Types::TableSemanticMetadata
Returns the value of attribute semantic_metadata.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
10393 10394 10395 |
# File 'sig/types.rbs', line 10393 def alias @alias end |
#destination_table_id ⇒ ::String
Returns the value of attribute destination_table_id.
10394 10395 10396 |
# File 'sig/types.rbs', line 10394 def destination_table_id @destination_table_id end |
#row_level_permission_configuration ⇒ Types::RowLevelPermissionConfiguration
Returns the value of attribute row_level_permission_configuration.
10395 10396 10397 |
# File 'sig/types.rbs', line 10395 def @row_level_permission_configuration end |
#semantic_metadata ⇒ Types::TableSemanticMetadata
Returns the value of attribute semantic_metadata.
10396 10397 10398 |
# File 'sig/types.rbs', line 10396 def @semantic_metadata end |