Class: Aws::Types::Permission
- Inherits:
-
Object
- Object
- Aws::Types::Permission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation ⇒ "ENABLE_SCANNING", ...
Returns the value of attribute operation.
-
#service ⇒ "EC2", ...
Returns the value of attribute service.
Instance Attribute Details
#operation ⇒ "ENABLE_SCANNING", ...
Returns the value of attribute operation.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def operation @operation end |
#service ⇒ "EC2", ...
Returns the value of attribute service.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def service @service end |