Class: Aws::ECS::Types::DescribeExpressGatewayServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeExpressGatewayServiceResponse
- 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 the described express service.
Instance Attribute Details
#service ⇒ Types::ECSExpressGatewayService
The full description of the described express service.
5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 5060 class DescribeExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |