Class: Aws::AppMesh::Types::UpdateRouteOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#routeTypes::RouteData

A full description of the route that was updated.

Returns:



683
684
685
686
# File 'lib/aws-sdk-appmesh/types.rb', line 683

class UpdateRouteOutput < Struct.new(
  :route)
  include Aws::Structure
end