Class: Aws::Route53::Types::AssociateVPCWithHostedZoneResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::AssociateVPCWithHostedZoneResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains the response information for the ‘AssociateVPCWithHostedZone` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #change_info  ⇒ Types::ChangeInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that describes the changes made to your hosted zone.
 
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that describes the changes made to your hosted zone.
      570 571 572 573 574  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 570 class AssociateVPCWithHostedZoneResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end  |