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.
6541 6542 6543 6544 6545 |
# File 'lib/aws-sdk-ecs/types.rb', line 6541 class DescribeExpressGatewayServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |