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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The full description of the deleted service.

Returns:



3381
3382
3383
3384
3385
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3381

class DeleteServiceResponse < Struct.new(
  :service)
  SENSITIVE = []
  include Aws::Structure
end