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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



16260
16261
16262
16263
16264
# File 'lib/aws-sdk-ecs/types.rb', line 16260

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