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.
7903 7904 7905 7906 7907 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7903 class WebCrawlerLimits < Struct.new( :rate_limit) SENSITIVE = [] include Aws::Structure end |