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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6730
6731
6732
6733
6734
# File 'lib/aws-sdk-ecs/types.rb', line 6730

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