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