Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointEniOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVerifiedAccessEndpointEniOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the options when modifying a Verified Access endpoint with the ‘network-interface` type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP port number.
 - 
  
    
      #port_ranges  ⇒ Array<Types::ModifyVerifiedAccessEndpointPortRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port ranges.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP protocol.
 
Instance Attribute Details
#port ⇒ Integer
The IP port number.
      54053 54054 54055 54056 54057 54058 54059  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54053 class ModifyVerifiedAccessEndpointEniOptions < Struct.new( :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#port_ranges ⇒ Array<Types::ModifyVerifiedAccessEndpointPortRange>
The port ranges.
      54053 54054 54055 54056 54057 54058 54059  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54053 class ModifyVerifiedAccessEndpointEniOptions < Struct.new( :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The IP protocol.
      54053 54054 54055 54056 54057 54058 54059  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54053 class ModifyVerifiedAccessEndpointEniOptions < Struct.new( :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  |