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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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)


10124
10125
10126
10127
10128
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10124

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