Class: Aws::EC2::Types::DnsOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DnsOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the DNS options for an endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dns_record_ip_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DNS records created for the endpoint.
 - 
  
    
      #private_dns_only_for_inbound_resolver_endpoint  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to enable private DNS only for inbound endpoints.
 
Instance Attribute Details
#dns_record_ip_type ⇒ String
The DNS records created for the endpoint.
      32502 32503 32504 32505 32506 32507  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32502 class DnsOptions < Struct.new( :dns_record_ip_type, :private_dns_only_for_inbound_resolver_endpoint) SENSITIVE = [] include Aws::Structure end  | 
  
#private_dns_only_for_inbound_resolver_endpoint ⇒ Boolean
Indicates whether to enable private DNS only for inbound endpoints.
      32502 32503 32504 32505 32506 32507  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 32502 class DnsOptions < Struct.new( :dns_record_ip_type, :private_dns_only_for_inbound_resolver_endpoint) SENSITIVE = [] include Aws::Structure end  |