Class: Aws::ECS::Types::UpdateExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateExpressGatewayServiceResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::UpdatedExpressGatewayService
The full description of your express gateway service following the update call.
Instance Attribute Details
#service ⇒ Types::UpdatedExpressGatewayService
The full description of your express gateway service following the update call.
15968 15969 15970 15971 15972 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15968 class UpdateExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |