Class: Aws::ECS::Types::DescribeExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeExpressGatewayServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::ECSExpressGatewayService
The full description of the described express service.
Instance Attribute Details
#service ⇒ Types::ECSExpressGatewayService
The full description of the described express service.
5136 5137 5138 5139 5140 |
# File 'lib/aws-sdk-ecs/types.rb', line 5136 class DescribeExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |