Class: Aws::Types::DeletePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
Instance Attribute Details
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
135 136 137 |
# File 'sig/types.rbs', line 135 def force_delete @force_delete end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def package_id @package_id end |