Class: Aws::AppMesh::Types::VirtualRouterRef

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

Overview

An object that represents a virtual router returned by a list operation.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the virtual router.

Returns:

  • (String)


901
902
903
904
905
906
# File 'lib/aws-sdk-appmesh/types.rb', line 901

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

#mesh_nameString

The name of the service mesh that the virtual router resides in.

Returns:

  • (String)


901
902
903
904
905
906
# File 'lib/aws-sdk-appmesh/types.rb', line 901

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

#virtual_router_nameString

The name of the virtual router.

Returns:

  • (String)


901
902
903
904
905
906
# File 'lib/aws-sdk-appmesh/types.rb', line 901

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