Class: Aws::Types::WebCrawlerParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#login_page_url::String

Returns the value of attribute login_page_url.

Returns:

  • (::String)


13174
13175
13176
# File 'sig/types.rbs', line 13174

def 
  @login_page_url
end

#password_button_xpath::String

Returns the value of attribute password_button_xpath.

Returns:

  • (::String)


13173
13174
13175
# File 'sig/types.rbs', line 13173

def password_button_xpath
  @password_button_xpath
end

#password_field_xpath::String

Returns the value of attribute password_field_xpath.

Returns:

  • (::String)


13171
13172
13173
# File 'sig/types.rbs', line 13171

def password_field_xpath
  @password_field_xpath
end

#username_button_xpath::String

Returns the value of attribute username_button_xpath.

Returns:

  • (::String)


13172
13173
13174
# File 'sig/types.rbs', line 13172

def username_button_xpath
  @username_button_xpath
end

#username_field_xpath::String

Returns the value of attribute username_field_xpath.

Returns:

  • (::String)


13170
13171
13172
# File 'sig/types.rbs', line 13170

def username_field_xpath
  @username_field_xpath
end

#web_crawler_auth_type"NO_AUTH", ...

Returns the value of attribute web_crawler_auth_type.

Returns:

  • ("NO_AUTH", "BASIC_AUTH", "FORM", "SAML")


13169
13170
13171
# File 'sig/types.rbs', line 13169

def web_crawler_auth_type
  @web_crawler_auth_type
end

#web_proxy_host_name::String

Returns the value of attribute web_proxy_host_name.

Returns:

  • (::String)


13175
13176
13177
# File 'sig/types.rbs', line 13175

def web_proxy_host_name
  @web_proxy_host_name
end

#web_proxy_port_number::Integer

Returns the value of attribute web_proxy_port_number.

Returns:

  • (::Integer)


13176
13177
13178
# File 'sig/types.rbs', line 13176

def web_proxy_port_number
  @web_proxy_port_number
end