Class: Aws::BedrockAgent::Types::WebCrawlerLimits
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::WebCrawlerLimits
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rate_limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The max rate at which pages are crawled, up to 300 per minute per host.
 
Instance Attribute Details
#rate_limit ⇒ Integer
The max rate at which pages are crawled, up to 300 per minute per host.
      7959 7960 7961 7962 7963  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7959 class WebCrawlerLimits < Struct.new( :rate_limit) SENSITIVE = [] include Aws::Structure end  |