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

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

Instance Attribute Details

#rate_limitInteger

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

Returns:

  • (Integer)


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