Class: Aws::AppMesh::Types::DeleteRouteOutput

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

Overview

<zonbook />

<xhtml />

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routeTypes::RouteData

The route that was deleted.

Returns:



883
884
885
886
887
# File 'lib/aws-sdk-appmesh/types.rb', line 883

class DeleteRouteOutput < Struct.new(
  :route)
  SENSITIVE = []
  include Aws::Structure
end