Class: Aws::ECS::Types::DeleteServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteServiceResponse
- Includes:
- Structure
- Defined in:
- 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.
3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-ecs/types.rb', line 3416 class DeleteServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |