Class: Aws::Types::Access
- Inherits:
-
Object
- Object
- Aws::Types::Access
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
12 13 14 |
# File 'sig/types.rbs', line 12 def actions @actions end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
13 14 15 |
# File 'sig/types.rbs', line 13 def resources @resources end |