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

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

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



2996
2997
2998
2999
3000
# File 'lib/aws-sdk-ecs/types.rb', line 2996

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