Class: Aws::AppMesh::Types::RouteRef

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

Overview

An object representing a route returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the route.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-appmesh/types.rb', line 2171

class RouteRef < Struct.new(
  :arn,
  :mesh_name,
  :route_name,
  :virtual_router_name)
  include Aws::Structure
end

#mesh_nameString

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

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-appmesh/types.rb', line 2171

class RouteRef < Struct.new(
  :arn,
  :mesh_name,
  :route_name,
  :virtual_router_name)
  include Aws::Structure
end

#route_nameString

The name of the route.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-appmesh/types.rb', line 2171

class RouteRef < Struct.new(
  :arn,
  :mesh_name,
  :route_name,
  :virtual_router_name)
  include Aws::Structure
end

#virtual_router_nameString

The virtual router that the route is associated with.

Returns:

  • (String)


2171
2172
2173
2174
2175
2176
2177
# File 'lib/aws-sdk-appmesh/types.rb', line 2171

class RouteRef < Struct.new(
  :arn,
  :mesh_name,
  :route_name,
  :virtual_router_name)
  include Aws::Structure
end