Class: Aws::Types::LaunchPermissionModifications
- Inherits:
-
Object
- Object
- Aws::Types::LaunchPermissionModifications
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute add.
-
#remove ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute remove.
Instance Attribute Details
#add ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute add.
12428 12429 12430 |
# File 'sig/types.rbs', line 12428 def add @add end |
#remove ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute remove.
12429 12430 12431 |
# File 'sig/types.rbs', line 12429 def remove @remove end |