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.
9516 9517 9518 |
# File 'sig/types.rbs', line 9516 def @row_level_permission_data_set end |
#tag_configuration ⇒ Types::RowLevelPermissionTagConfiguration
Returns the value of attribute tag_configuration.
9515 9516 9517 |
# File 'sig/types.rbs', line 9515 def tag_configuration @tag_configuration end |