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.



2987
2988
2989
2990
2991
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2987

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