You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::RouteData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that represents a route returned by a describe operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh that the route resides in.

Returns:

  • (String)

    The name of the service mesh that the route resides in.

#metadataTypes::ResourceMetadata

The associated metadata for the route.

Returns:

#route_nameString

The name of the route.

Returns:

  • (String)

    The name of the route.

#specTypes::RouteSpec

The specifications of the route.

Returns:

#statusTypes::RouteStatus

The status of the route.

Returns:

#virtual_router_nameString

The virtual router that the route is associated with.

Returns:

  • (String)

    The virtual router that the route is associated with.