Class: Aws::ECS::Types::DeleteExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteExpressGatewayServiceResponse
- Includes:
- Structure
- Defined in:
- 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.
5217 5218 5219 5220 5221 |
# File 'lib/aws-sdk-ecs/types.rb', line 5217 class DeleteExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |