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.
| 3740 3741 3742 3743 3744 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3740 class DeleteServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |