Class: Aws::Types::ContinueServiceDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ContinueServiceDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute action.
-
#hook_id ⇒ ::String
Returns the value of attribute hook_id.
-
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
Instance Attribute Details
#action ⇒ "ROLLBACK", "CONTINUE"
Returns the value of attribute action.
354 355 356 |
# File 'sig/types.rbs', line 354 def action @action end |
#hook_id ⇒ ::String
Returns the value of attribute hook_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def hook_id @hook_id end |
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
352 353 354 |
# File 'sig/types.rbs', line 352 def service_deployment_arn @service_deployment_arn end |