Class: Aws::EC2::Types::VerifiedAccessEndpointTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessEndpointTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the targets for the specified Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #verified_access_endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Verified Access endpoint.
 - 
  
    
      #verified_access_endpoint_target_dns  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DNS name of the target.
 - 
  
    
      #verified_access_endpoint_target_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address of the target.
 
Instance Attribute Details
#verified_access_endpoint_id ⇒ String
The ID of the Verified Access endpoint.
      71818 71819 71820 71821 71822 71823 71824  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71818 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_access_endpoint_target_dns ⇒ String
The DNS name of the target.
      71818 71819 71820 71821 71822 71823 71824  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71818 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_access_endpoint_target_ip_address ⇒ String
The IP address of the target.
      71818 71819 71820 71821 71822 71823 71824  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71818 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end  |