Class: Aws::AppMesh::Types::UpdateRouteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::UpdateRouteOutput
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
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 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4623 class UpdateRouteOutput < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |