Class: Aws::ECS::Types::ContinueServiceDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ContinueServiceDeploymentResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_deployment_arn ⇒ String
The ARN of the service deployment that was continued or rolled back.
Instance Attribute Details
#service_deployment_arn ⇒ String
The ARN of the service deployment that was continued or rolled back.
2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2777 class ContinueServiceDeploymentResponse < Struct.new( :service_deployment_arn) SENSITIVE = [] include Aws::Structure end |