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.
9890 9891 9892 |
# File 'sig/types.rbs', line 9890 def arn @arn end |
#format_version ⇒ "VERSION_1", "VERSION_2"
Returns the value of attribute format_version.
9892 9893 9894 |
# File 'sig/types.rbs', line 9892 def format_version @format_version end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
9889 9890 9891 |
# File 'sig/types.rbs', line 9889 def namespace @namespace end |
#permission_policy ⇒ "GRANT_ACCESS", "DENY_ACCESS"
Returns the value of attribute permission_policy.
9891 9892 9893 |
# File 'sig/types.rbs', line 9891 def @permission_policy end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
9893 9894 9895 |
# File 'sig/types.rbs', line 9893 def status @status end |