Class: Aws::AppMesh::Types::VirtualRouterSpec

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

Overview

An object that represents the specification of a virtual router.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listenersArray<Types::VirtualRouterListener>

The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener.

Returns:



6122
6123
6124
6125
6126
# File 'lib/aws-sdk-appmesh/types.rb', line 6122

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