Class: Aws::Types::UpdatePackageScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_user_list ⇒ ::Array[::String]
Returns the value of attribute package_user_list.
Instance Attribute Details
#operation ⇒ "ADD", ...
Returns the value of attribute operation.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def operation @operation end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def package_id @package_id end |
#package_user_list ⇒ ::Array[::String]
Returns the value of attribute package_user_list.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def package_user_list @package_user_list end |