Class: Aws::Types::UpdatePackageScopeResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageScopeResponse
- 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.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def operation @operation end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def package_id @package_id end |
#package_user_list ⇒ ::Array[::String]
Returns the value of attribute package_user_list.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def package_user_list @package_user_list end |