Class: Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutableChange
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ServiceDiscovery::Types::PublicDnsPropertiesMutableChange
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-servicediscovery/types.rb
 
Overview
Updated DNS properties for the public DNS namespace.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #soa  ⇒ Types::SOAChange 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
 
Instance Attribute Details
#soa ⇒ Types::SOAChange
Updated fields for the Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
      2441 2442 2443 2444 2445  | 
    
      # File 'lib/aws-sdk-servicediscovery/types.rb', line 2441 class PublicDnsPropertiesMutableChange < Struct.new( :soa) SENSITIVE = [] include Aws::Structure end  |