Class: Aws::Route53::Types::CreateHostedZoneResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::CreateHostedZoneResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type containing the response information for the hosted zone.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #change_info  ⇒ Types::ChangeInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains information about the ‘CreateHostedZone` request.
 - 
  
    
      #delegation_set  ⇒ Types::DelegationSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that describes the name servers for this hosted zone.
 - 
  
    
      #hosted_zone  ⇒ Types::HostedZone 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains general information about the hosted zone.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique URL representing the new hosted zone.
 - 
  
    
      #vpc  ⇒ Types::VPC 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
 
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that contains information about the ‘CreateHostedZone` request.
      1379 1380 1381 1382 1383 1384 1385 1386 1387  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1379 class CreateHostedZoneResponse < Struct.new( :hosted_zone, :change_info, :delegation_set, :vpc, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#delegation_set ⇒ Types::DelegationSet
A complex type that describes the name servers for this hosted zone.
      1379 1380 1381 1382 1383 1384 1385 1386 1387  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1379 class CreateHostedZoneResponse < Struct.new( :hosted_zone, :change_info, :delegation_set, :vpc, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#hosted_zone ⇒ Types::HostedZone
A complex type that contains general information about the hosted zone.
      1379 1380 1381 1382 1383 1384 1385 1386 1387  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1379 class CreateHostedZoneResponse < Struct.new( :hosted_zone, :change_info, :delegation_set, :vpc, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The unique URL representing the new hosted zone.
      1379 1380 1381 1382 1383 1384 1385 1386 1387  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1379 class CreateHostedZoneResponse < Struct.new( :hosted_zone, :change_info, :delegation_set, :vpc, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc ⇒ Types::VPC
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
      1379 1380 1381 1382 1383 1384 1385 1386 1387  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1379 class CreateHostedZoneResponse < Struct.new( :hosted_zone, :change_info, :delegation_set, :vpc, :location) SENSITIVE = [] include Aws::Structure end  |