Class: Aws::ECS::Types::DeleteExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteExpressGatewayServiceResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::ECSExpressGatewayService
The full description of the deleted express service.
Instance Attribute Details
#service ⇒ Types::ECSExpressGatewayService
The full description of the deleted express service.
3891 3892 3893 3894 3895 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3891 class DeleteExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |