Class: Aws::Route53::Types::DeleteHostedZoneResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::DeleteHostedZoneResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains the response to a ‘DeleteHostedZone` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #change_info  ⇒ Types::ChangeInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
 
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
      2052 2053 2054 2055 2056  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2052 class DeleteHostedZoneResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end  |