Class: Aws::BedrockAgent::Types::WebCrawlerLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::WebCrawlerLimits
- Defined in:
- gems/aws-sdk-bedrockagent/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.
9046 9047 9048 9049 9050 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9046 class WebCrawlerLimits < Struct.new( :rate_limit) SENSITIVE = [] include Aws::Structure end |