Class: Aws::Types::RowLevelPermissionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RowLevelPermissionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
-
#tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute tag_configuration.
Instance Attribute Details
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
Returns the value of attribute row_level_permission_data_set.
9884 9885 9886 |
# File 'sig/types.rbs', line 9884 def @row_level_permission_data_set end |
#tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute tag_configuration.
9883 9884 9885 |
# File 'sig/types.rbs', line 9883 def tag_configuration @tag_configuration end |