Class: Aws::EC2::Types::CreateVerifiedAccessEndpointEniOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVerifiedAccessEndpointEniOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the ‘network-interface` type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface.
 - 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP port number.
 - 
  
    
      #port_ranges  ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port ranges.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP protocol.
 
Instance Attribute Details
#network_interface_id ⇒ String
The ID of the network interface.
      13110 13111 13112 13113 13114 13115 13116 13117  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13110 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ Integer
The IP port number.
      13110 13111 13112 13113 13114 13115 13116 13117  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13110 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#port_ranges ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange>
The port ranges.
      13110 13111 13112 13113 13114 13115 13116 13117  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13110 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The IP protocol.
      13110 13111 13112 13113 13114 13115 13116 13117  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13110 class CreateVerifiedAccessEndpointEniOptions < Struct.new( :network_interface_id, :protocol, :port, :port_ranges) SENSITIVE = [] include Aws::Structure end  |