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

#crawler_limitsTypes::WebCrawlerLimits

Returns the value of attribute crawler_limits.

Returns:



3365
3366
3367
# File 'sig/types.rbs', line 3365

def crawler_limits
  @crawler_limits
end

#exclusion_filters::Array[::String]

Returns the value of attribute exclusion_filters.

Returns:



3367
3368
3369
# File 'sig/types.rbs', line 3367

def exclusion_filters
  @exclusion_filters
end

#inclusion_filters::Array[::String]

Returns the value of attribute inclusion_filters.

Returns:



3366
3367
3368
# File 'sig/types.rbs', line 3366

def inclusion_filters
  @inclusion_filters
end

#scope"HOST_ONLY", "SUBDOMAINS"

Returns the value of attribute scope.

Returns:



3368
3369
3370
# File 'sig/types.rbs', line 3368

def scope
  @scope
end

#url_configurationTypes::UrlConfiguration

Returns the value of attribute url_configuration.

Returns:



3364
3365
3366
# File 'sig/types.rbs', line 3364

def url_configuration
  @url_configuration
end