Class: Aws::BedrockAgent::Types::WebCrawlerLimits

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rate_limitInteger

The max rate at which pages are crawled, up to 300 per minute per host.

Returns:

  • (Integer)


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