Class: Aws::Route53::Types::CreateReusableDelegationSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::CreateReusableDelegationSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delegation_set  ⇒ Types::DelegationSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains name server information.
 - 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique URL representing the new reusable delegation set.
 
Instance Attribute Details
#delegation_set ⇒ Types::DelegationSet
A complex type that contains name server information.
      1575 1576 1577 1578 1579 1580  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1575 class CreateReusableDelegationSetResponse < Struct.new( :delegation_set, :location) SENSITIVE = [] include Aws::Structure end  | 
  
#location ⇒ String
The unique URL representing the new reusable delegation set.
      1575 1576 1577 1578 1579 1580  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1575 class CreateReusableDelegationSetResponse < Struct.new( :delegation_set, :location) SENSITIVE = [] include Aws::Structure end  |