Class: Aws::ECS::Types::CreateExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateExpressGatewayServiceResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::ECSExpressGatewayService
The full description of your Express service following the create operation.
Instance Attribute Details
#service ⇒ Types::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 |