Class: Aws::AppMesh::Types::PortMapping
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::PortMapping
 
 
- 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.
      3807 3808 3809 3810 3811 3812  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3807 class PortMapping < Struct.new( :port, :protocol) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The protocol used for the port mapping. Specify one protocol.
      3807 3808 3809 3810 3811 3812  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3807 class PortMapping < Struct.new( :port, :protocol) SENSITIVE = [] include Aws::Structure end  |