Class: Aws::AppMesh::Types::UpdateRouteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateRouteOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#route ⇒ Types::RouteData
A full description of the route that was updated.
Instance Attribute Details
#route ⇒ Types::RouteData
A full description of the route that was updated.
4623 4624 4625 4626 4627 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4623 class UpdateRouteOutput < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |