Class: Aws::AppMesh::Types::VirtualRouterListener
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualRouterListener
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual router listener.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port_mapping ⇒ Types::PortMapping
An object that represents a port mapping.
Instance Attribute Details
#port_mapping ⇒ Types::PortMapping
An object that represents a port mapping.
6026 6027 6028 6029 6030 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6026 class VirtualRouterListener < Struct.new( :port_mapping) SENSITIVE = [] include Aws::Structure end |