Class: Aws::AppMesh::Types::CreateRouteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::CreateRouteOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route ⇒ Types::RouteData
The full description of your mesh following the create call.
Instance Attribute Details
#route ⇒ Types::RouteData
The full description of your mesh following the create call.
460 461 462 463 464 |
# File 'lib/aws-sdk-appmesh/types.rb', line 460 class CreateRouteOutput < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |