Class: Aws::Route53::Types::GetHostedZoneResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetHostedZoneResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2967 2968 2969 2970 2971 2972 2973  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2967 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.
      2967 2968 2969 2970 2971 2972 2973  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2967 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.
      2967 2968 2969 2970 2971 2972 2973  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2967 class GetHostedZoneResponse < Struct.new( :hosted_zone, :delegation_set, :vp_cs) SENSITIVE = [] include Aws::Structure end  |