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.
10003 10004 10005 |
# File 'sig/types.rbs', line 10003 def alias @alias end |
#destination_table_id ⇒ ::String
Returns the value of attribute destination_table_id.
10004 10005 10006 |
# File 'sig/types.rbs', line 10004 def destination_table_id @destination_table_id end |
#row_level_permission_configuration ⇒ Types::RowLevelPermissionConfiguration
Returns the value of attribute row_level_permission_configuration.
10005 10006 10007 |
# File 'sig/types.rbs', line 10005 def @row_level_permission_configuration end |
#semantic_metadata ⇒ Types::TableSemanticMetadata
Returns the value of attribute semantic_metadata.
10006 10007 10008 |
# File 'sig/types.rbs', line 10006 def @semantic_metadata end |