Class: Aws::AppMesh::Types::GatewayRouteTarget
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::GatewayRouteTarget
 
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a gateway route target.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The port number of the gateway route target. 
- 
  
    
      #virtual_service  ⇒ Types::GatewayRouteVirtualService 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object that represents a virtual service gateway route target. 
Instance Attribute Details
#port ⇒ Integer
The port number of the gateway route target.
| 1719 1720 1721 1722 1723 1724 | # File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1719 class GatewayRouteTarget < Struct.new( :port, :virtual_service) SENSITIVE = [] include Aws::Structure end | 
#virtual_service ⇒ Types::GatewayRouteVirtualService
An object that represents a virtual service gateway route target.
| 1719 1720 1721 1722 1723 1724 | # File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1719 class GatewayRouteTarget < Struct.new( :port, :virtual_service) SENSITIVE = [] include Aws::Structure end |