Class: Aws::Types::WebCrawlerConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WebCrawlerConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_limits ⇒ Types::WebCrawlerLimits
Returns the value of attribute crawler_limits.
-
#exclusion_filters ⇒ ::Array[::String]
Returns the value of attribute exclusion_filters.
-
#inclusion_filters ⇒ ::Array[::String]
Returns the value of attribute inclusion_filters.
-
#scope ⇒ "HOST_ONLY", "SUBDOMAINS"
Returns the value of attribute scope.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
-
#user_agent_header ⇒ ::String
Returns the value of attribute user_agent_header.
Instance Attribute Details
#crawler_limits ⇒ Types::WebCrawlerLimits
Returns the value of attribute crawler_limits.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def crawler_limits @crawler_limits end |
#exclusion_filters ⇒ ::Array[::String]
Returns the value of attribute exclusion_filters.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def exclusion_filters @exclusion_filters end |
#inclusion_filters ⇒ ::Array[::String]
Returns the value of attribute inclusion_filters.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def inclusion_filters @inclusion_filters end |
#scope ⇒ "HOST_ONLY", "SUBDOMAINS"
Returns the value of attribute scope.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def scope @scope end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def user_agent @user_agent end |
#user_agent_header ⇒ ::String
Returns the value of attribute user_agent_header.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def user_agent_header @user_agent_header end |