Class: Aws::Types::WebCrawlerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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

Returns the value of attribute max_links_per_page.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def max_urls_per_minute_crawl_rate
  @max_urls_per_minute_crawl_rate
end

#proxy_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


2196
2197
2198
# File 'sig/types.rbs', line 2196

def url_inclusion_patterns
  @url_inclusion_patterns
end

#urlsTypes::Urls

Returns the value of attribute urls.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def urls
  @urls
end