Class: Aws::ECS::Types::DeleteExpressGatewayServiceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::ECSExpressGatewayService

The full description of the deleted express service.



5217
5218
5219
5220
5221
# File 'lib/aws-sdk-ecs/types.rb', line 5217

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