Class: Aws::Route53::Types::CreateReusableDelegationSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::CreateReusableDelegationSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #caller_reference  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique string that identifies the request, and that allows you to retry failed ‘CreateReusableDelegationSet` requests without the risk of executing the operation twice.
 - 
  
    
      #hosted_zone_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
 
Instance Attribute Details
#caller_reference ⇒ String
A unique string that identifies the request, and that allows you to retry failed ‘CreateReusableDelegationSet` requests without the risk of executing the operation twice. You must use a unique `CallerReference` string every time you submit a `CreateReusableDelegationSet` request. `CallerReference` can be any unique string, for example a date/time stamp.
      1558 1559 1560 1561 1562 1563  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1558 class CreateReusableDelegationSetRequest < Struct.new( :caller_reference, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end  | 
  
#hosted_zone_id ⇒ String
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
      1558 1559 1560 1561 1562 1563  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1558 class CreateReusableDelegationSetRequest < Struct.new( :caller_reference, :hosted_zone_id) SENSITIVE = [] include Aws::Structure end  |