Class: Aws::ECS::Types::DeleteServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The full description of the deleted service.

Returns:



2067
2068
2069
2070
# File 'lib/aws-sdk-ecs/types.rb', line 2067

class DeleteServiceResponse < Struct.new(
  :service)
  include Aws::Structure
end