Class: Aws::Types::RowLevelPermissionDataSet
- Inherits:
-
Object
- Object
- Aws::Types::RowLevelPermissionDataSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#format_version ⇒ "VERSION_1", "VERSION_2"
Returns the value of attribute format_version.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#permission_policy ⇒ "GRANT_ACCESS", "DENY_ACCESS"
Returns the value of attribute permission_policy.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9522 9523 9524 |
# File 'sig/types.rbs', line 9522 def arn @arn end |
#format_version ⇒ "VERSION_1", "VERSION_2"
Returns the value of attribute format_version.
9524 9525 9526 |
# File 'sig/types.rbs', line 9524 def format_version @format_version end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
9521 9522 9523 |
# File 'sig/types.rbs', line 9521 def namespace @namespace end |
#permission_policy ⇒ "GRANT_ACCESS", "DENY_ACCESS"
Returns the value of attribute permission_policy.
9523 9524 9525 |
# File 'sig/types.rbs', line 9523 def @permission_policy end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
9525 9526 9527 |
# File 'sig/types.rbs', line 9525 def status @status end |