Class: Aws::EC2::Types::PrivateDnsDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PrivateDnsDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the Private DNS name for interface endpoints.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #private_dns_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The private DNS name assigned to the VPC endpoint service.
 
Instance Attribute Details
#private_dns_name ⇒ String
The private DNS name assigned to the VPC endpoint service.
      54803 54804 54805 54806 54807  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54803 class PrivateDnsDetails < Struct.new( :private_dns_name) SENSITIVE = [] include Aws::Structure end  |