Class: Aws::EC2::Types::PrivateDnsNameOptionsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PrivateDnsNameOptionsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the options for instance hostnames.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #enable_resource_name_dns_a_record  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
 - 
  
    
      #enable_resource_name_dns_aaaa_record  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
 - 
  
    
      #hostname_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of hostname to assign to an instance.
 
Instance Attribute Details
#enable_resource_name_dns_a_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
      58367 58368 58369 58370 58371 58372 58373  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58367 class PrivateDnsNameOptionsResponse < Struct.new( :hostname_type, :enable_resource_name_dns_a_record, :enable_resource_name_dns_aaaa_record) SENSITIVE = [] include Aws::Structure end  | 
  
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
      58367 58368 58369 58370 58371 58372 58373  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58367 class PrivateDnsNameOptionsResponse < Struct.new( :hostname_type, :enable_resource_name_dns_a_record, :enable_resource_name_dns_aaaa_record) SENSITIVE = [] include Aws::Structure end  | 
  
#hostname_type ⇒ String
The type of hostname to assign to an instance.
      58367 58368 58369 58370 58371 58372 58373  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58367 class PrivateDnsNameOptionsResponse < Struct.new( :hostname_type, :enable_resource_name_dns_a_record, :enable_resource_name_dns_aaaa_record) SENSITIVE = [] include Aws::Structure end  |