Class: Aws::Types::StopServiceDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopServiceDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
-
#stop_type ⇒ "ABORT", "ROLLBACK"
Returns the value of attribute stop_type.
Instance Attribute Details
#service_deployment_arn ⇒ ::String
Returns the value of attribute service_deployment_arn.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def service_deployment_arn @service_deployment_arn end |
#stop_type ⇒ "ABORT", "ROLLBACK"
Returns the value of attribute stop_type.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def stop_type @stop_type end |