Class: Aws::ECS::Types::UpdateExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateExpressGatewayServiceResponse
- Includes:
- Structure
- Defined in:
- 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.
16020 16021 16022 16023 16024 |
# File 'lib/aws-sdk-ecs/types.rb', line 16020 class UpdateExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |