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.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def service_deployment_arn @service_deployment_arn end |
#stop_type ⇒ "ABORT", "ROLLBACK"
Returns the value of attribute stop_type.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def stop_type @stop_type end |