Class: Aws::Route53::Types::GetHostedZoneResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetHostedZoneResponse
 
 
- Defined in:
 - gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contain the response to a GetHostedZone request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delegation_set  ⇒ Types::DelegationSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
 - 
  
    
      #hosted_zone  ⇒ Types::HostedZone 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains general information about the specified hosted zone.
 - 
  
    
      #vp_cs  ⇒ Array<Types::VPC> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
 
Instance Attribute Details
#delegation_set ⇒ Types::DelegationSet
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
      2996 2997 2998 2999 3000 3001 3002  | 
    
      # File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2996 class GetHostedZoneResponse < Struct.new( :hosted_zone, :delegation_set, :vp_cs) SENSITIVE = [] include Aws::Structure end  | 
  
#hosted_zone ⇒ Types::HostedZone
A complex type that contains general information about the specified hosted zone.
      2996 2997 2998 2999 3000 3001 3002  | 
    
      # File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2996 class GetHostedZoneResponse < Struct.new( :hosted_zone, :delegation_set, :vp_cs) SENSITIVE = [] include Aws::Structure end  | 
  
#vp_cs ⇒ Array<Types::VPC>
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
      2996 2997 2998 2999 3000 3001 3002  | 
    
      # File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2996 class GetHostedZoneResponse < Struct.new( :hosted_zone, :delegation_set, :vp_cs) SENSITIVE = [] include Aws::Structure end  |