Class: Aws::AppMesh::Types::VirtualGatewayPortMapping
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::VirtualGatewayPortMapping
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents a port mapping.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port used for the port mapping.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The protocol used for the port mapping.
 
Instance Attribute Details
#port ⇒ Integer
The port used for the port mapping. Specify one protocol.
      5469 5470 5471 5472 5473 5474  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 5469 class VirtualGatewayPortMapping < Struct.new( :port, :protocol) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The protocol used for the port mapping.
      5469 5470 5471 5472 5473 5474  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 5469 class VirtualGatewayPortMapping < Struct.new( :port, :protocol) SENSITIVE = [] include Aws::Structure end  |