Class: Aws::Route53::Types::GetReusableDelegationSetLimitRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetReusableDelegationSetLimitRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
A complex type that contains information about the request to create a hosted zone.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delegation_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the delegation set that you want to get the limit for.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify ‘MAX_ZONES_BY_REUSABLE_DELEGATION_SET` to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.
 
Instance Attribute Details
#delegation_set_id ⇒ String
The ID of the delegation set that you want to get the limit for.
      3019 3020 3021 3022 3023 3024  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3019 class GetReusableDelegationSetLimitRequest < Struct.new( :type, :delegation_set_id) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
Specify ‘MAX_ZONES_BY_REUSABLE_DELEGATION_SET` to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.
      3019 3020 3021 3022 3023 3024  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 3019 class GetReusableDelegationSetLimitRequest < Struct.new( :type, :delegation_set_id) SENSITIVE = [] include Aws::Structure end  |