Class: Aws::Types::PermissionInfo
- Inherits:
-
Object
- Object
- Aws::Types::PermissionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
-
#type ⇒ "DIRECT", "INHERITED"
Returns the value of attribute type.
Instance Attribute Details
#role ⇒ "VIEWER", ...
Returns the value of attribute role.
657 658 659 |
# File 'sig/types.rbs', line 657 def role @role end |
#type ⇒ "DIRECT", "INHERITED"
Returns the value of attribute type.
658 659 660 |
# File 'sig/types.rbs', line 658 def type @type end |