Class: Aws::AppMesh::Types::CreateGatewayRouteOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_routeTypes::GatewayRouteData

The full description of your gateway route following the create call.



323
324
325
326
327
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 323

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