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:



5435
5436
5437
5438
5439
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5435

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