Class: Aws::ECS::Types::UpdateExpressGatewayServiceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::UpdatedExpressGatewayService

The full description of your express gateway service following the update call.



16008
16009
16010
16011
16012
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16008

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