Class: Aws::AppMesh::Types::CreateGatewayRouteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateGatewayRouteOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_route ⇒ Types::GatewayRouteData
The full description of your gateway route following the create call.
Instance Attribute Details
#gateway_route ⇒ Types::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 |