Class: Aws::Types::DeleteDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def api_id @api_id end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
803 804 805 |
# File 'sig/types.rbs', line 803 def deployment_id @deployment_id end |