Class: Aws::Types::UpdateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def api_id @api_id end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def deployment_id @deployment_id end |
#description ⇒ ::String
Returns the value of attribute description.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def description @description end |