Class: Aws::Types::UpdateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
-
#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.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def deployment_id @deployment_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def patch_operations @patch_operations end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def rest_api_id @rest_api_id end |