Class: Aws::ECS::Types::StopServiceDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::StopServiceDeploymentResponse
- 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 stopped service deployment.
Instance Attribute Details
#service_deployment_arn ⇒ String
The ARN of the stopped service deployment.
11181 11182 11183 11184 11185 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11181 class StopServiceDeploymentResponse < Struct.new( :service_deployment_arn) SENSITIVE = [] include Aws::Structure end |