Class: Aws::QConnect::Types::WebCrawlerLimits

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

The configuration of crawl limits for the web URLs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rate_limitInteger

Rate of web URLs retrieved per minute.

Returns:

  • (Integer)


12490
12491
12492
12493
12494
# File 'lib/aws-sdk-qconnect/types.rb', line 12490

class WebCrawlerLimits < Struct.new(
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end