Class: Aws::AppMesh::Types::VirtualRouterSpec
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualRouterSpec
- Defined in:
- gems/aws-sdk-appmesh/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
-
#listeners ⇒ Array<Types::VirtualRouterListener>
The listeners that the virtual router is expected to receive inbound traffic from.
Instance Attribute Details
#listeners ⇒ Array<Types::VirtualRouterListener>
The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener.
6122 6123 6124 6125 6126 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6122 class VirtualRouterSpec < Struct.new( :listeners) SENSITIVE = [] include Aws::Structure end |