Class: Aws::ECS::Types::DescribeExpressGatewayServiceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::ECSExpressGatewayService

The full description of the described express service.



6791
6792
6793
6794
6795
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6791

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