Class: Aws::Types::WebCrawlerLimits

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_pages::Integer

Returns the value of attribute max_pages.

Returns:

  • (::Integer)


3154
3155
3156
# File 'sig/types.rbs', line 3154

def max_pages
  @max_pages
end

#rate_limit::Integer

Returns the value of attribute rate_limit.

Returns:

  • (::Integer)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def rate_limit
  @rate_limit
end