Class: Aws::Types::Permission
- Inherits:
-
Object
- Object
- Aws::Types::Permission
- 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.
8607 8608 8609 |
# File 'sig/types.rbs', line 8607 def actions @actions end |
#principal ⇒ ::String
Returns the value of attribute principal.
8608 8609 8610 |
# File 'sig/types.rbs', line 8608 def principal @principal end |