Class: Aws::ECS::Types::DeleteServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteServiceResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The full description of the deleted service.
Instance Attribute Details
#service ⇒ Types::Service
The full description of the deleted service.
3327 3328 3329 3330 3331 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3327 class DeleteServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |