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.
      72373 72374 72375 72376 72377 72378 72379  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72373 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.
      72373 72374 72375 72376 72377 72378 72379  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72373 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.
      72373 72374 72375 72376 72377 72378 72379  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72373 class VerifiedAccessEndpointTarget < Struct.new( :verified_access_endpoint_id, :verified_access_endpoint_target_ip_address, :verified_access_endpoint_target_dns) SENSITIVE = [] include Aws::Structure end  |