Class: Aws::Types::ResourcePermission
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
9467 9468 9469 |
# File 'sig/types.rbs', line 9467 def actions @actions end |
#principal ⇒ ::String
Returns the value of attribute principal.
9466 9467 9468 |
# File 'sig/types.rbs', line 9466 def principal @principal end |