Class: Aws::Route53::Types::DeleteVPCAssociationAuthorizationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::DeleteVPCAssociationAuthorizationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains information about the request to remove authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hosted_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
 - 
  
    
      #vpc  ⇒ Types::VPC 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
 
Instance Attribute Details
#hosted_zone_id ⇒ String
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
      2194 2195 2196 2197 2198 2199  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2194 class DeleteVPCAssociationAuthorizationRequest < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc ⇒ Types::VPC
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
      2194 2195 2196 2197 2198 2199  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2194 class DeleteVPCAssociationAuthorizationRequest < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end  |