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

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

Overview

An object that represents 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)


2327
2328
2329
2330
2331
2332
2333
# File 'lib/aws-sdk-appmesh/types.rb', line 2327

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)


2327
2328
2329
2330
2331
2332
2333
# File 'lib/aws-sdk-appmesh/types.rb', line 2327

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)


2327
2328
2329
2330
2331
2332
2333
# File 'lib/aws-sdk-appmesh/types.rb', line 2327

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)


2327
2328
2329
2330
2331
2332
2333
# File 'lib/aws-sdk-appmesh/types.rb', line 2327

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