Class: Aws::AppMesh::Types::CreateRouteOutput

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 full description of your mesh following the create call.

Returns:



460
461
462
463
464
# File 'lib/aws-sdk-appmesh/types.rb', line 460

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