Class: Aws::Types::WebCrawlerConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:inclusion_filters, :exclusion_filters, :user_agent, :user_agent_header])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("HOST_ONLY", "SUBDOMAINS")


3146
3147
3148
# File 'sig/types.rbs', line 3146

def scope
  @scope
end

#user_agent::String

Returns the value of attribute user_agent.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3148
3149
3150
# File 'sig/types.rbs', line 3148

def user_agent_header
  @user_agent_header
end