Class: Aws::Types::WebCrawlerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WebCrawlerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
-
#crawl_depth ⇒ ::Integer
Returns the value of attribute crawl_depth.
-
#max_content_size_per_page_in_mega_bytes ⇒ ::Float
Returns the value of attribute max_content_size_per_page_in_mega_bytes.
-
#max_links_per_page ⇒ ::Integer
Returns the value of attribute max_links_per_page.
-
#max_urls_per_minute_crawl_rate ⇒ ::Integer
Returns the value of attribute max_urls_per_minute_crawl_rate.
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#url_exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute url_exclusion_patterns.
-
#url_inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute url_inclusion_patterns.
-
#urls ⇒ Types::Urls
Returns the value of attribute urls.
Instance Attribute Details
#authentication_configuration ⇒ Types::AuthenticationConfiguration
Returns the value of attribute authentication_configuration.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def authentication_configuration @authentication_configuration end |
#crawl_depth ⇒ ::Integer
Returns the value of attribute crawl_depth.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def crawl_depth @crawl_depth end |
#max_content_size_per_page_in_mega_bytes ⇒ ::Float
Returns the value of attribute max_content_size_per_page_in_mega_bytes.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def max_content_size_per_page_in_mega_bytes @max_content_size_per_page_in_mega_bytes end |
#max_links_per_page ⇒ ::Integer
Returns the value of attribute max_links_per_page.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def max_links_per_page @max_links_per_page end |
#max_urls_per_minute_crawl_rate ⇒ ::Integer
Returns the value of attribute max_urls_per_minute_crawl_rate.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def max_urls_per_minute_crawl_rate @max_urls_per_minute_crawl_rate end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def proxy_configuration @proxy_configuration end |
#url_exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute url_exclusion_patterns.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def url_exclusion_patterns @url_exclusion_patterns end |
#url_inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute url_inclusion_patterns.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def url_inclusion_patterns @url_inclusion_patterns end |
#urls ⇒ Types::Urls
Returns the value of attribute urls.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def urls @urls end |