Class: Aws::Route53::Types::CreateReusableDelegationSetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53::Types::CreateReusableDelegationSetResponse
 
- Defined in:
- gems/aws-sdk-route53/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.
| 1606 1607 1608 1609 1610 1611 | # File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1606 class CreateReusableDelegationSetResponse < Struct.new( :delegation_set, :location) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The unique URL representing the new reusable delegation set.
| 1606 1607 1608 1609 1610 1611 | # File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1606 class CreateReusableDelegationSetResponse < Struct.new( :delegation_set, :location) SENSITIVE = [] include Aws::Structure end |