Class: Aws::ECS::Types::CreateExpressGatewayServiceResponse

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::ECSExpressGatewayService

The full description of your Express service following the create operation.



3032
3033
3034
3035
3036
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3032

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