Class: Aws::Types::WebCrawlerParameters
- Inherits:
-
Object
- Object
- Aws::Types::WebCrawlerParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#login_page_url ⇒ ::String
Returns the value of attribute login_page_url.
-
#password_button_xpath ⇒ ::String
Returns the value of attribute password_button_xpath.
-
#password_field_xpath ⇒ ::String
Returns the value of attribute password_field_xpath.
-
#username_button_xpath ⇒ ::String
Returns the value of attribute username_button_xpath.
-
#username_field_xpath ⇒ ::String
Returns the value of attribute username_field_xpath.
-
#web_crawler_auth_type ⇒ "NO_AUTH", ...
Returns the value of attribute web_crawler_auth_type.
-
#web_proxy_host_name ⇒ ::String
Returns the value of attribute web_proxy_host_name.
-
#web_proxy_port_number ⇒ ::Integer
Returns the value of attribute web_proxy_port_number.
Instance Attribute Details
#login_page_url ⇒ ::String
Returns the value of attribute login_page_url.
13643 13644 13645 |
# File 'sig/types.rbs', line 13643 def login_page_url @login_page_url end |
#password_button_xpath ⇒ ::String
Returns the value of attribute password_button_xpath.
13642 13643 13644 |
# File 'sig/types.rbs', line 13642 def @password_button_xpath end |
#password_field_xpath ⇒ ::String
Returns the value of attribute password_field_xpath.
13640 13641 13642 |
# File 'sig/types.rbs', line 13640 def password_field_xpath @password_field_xpath end |
#username_button_xpath ⇒ ::String
Returns the value of attribute username_button_xpath.
13641 13642 13643 |
# File 'sig/types.rbs', line 13641 def @username_button_xpath end |
#username_field_xpath ⇒ ::String
Returns the value of attribute username_field_xpath.
13639 13640 13641 |
# File 'sig/types.rbs', line 13639 def username_field_xpath @username_field_xpath end |
#web_crawler_auth_type ⇒ "NO_AUTH", ...
Returns the value of attribute web_crawler_auth_type.
13638 13639 13640 |
# File 'sig/types.rbs', line 13638 def web_crawler_auth_type @web_crawler_auth_type end |
#web_proxy_host_name ⇒ ::String
Returns the value of attribute web_proxy_host_name.
13644 13645 13646 |
# File 'sig/types.rbs', line 13644 def web_proxy_host_name @web_proxy_host_name end |
#web_proxy_port_number ⇒ ::Integer
Returns the value of attribute web_proxy_port_number.
13645 13646 13647 |
# File 'sig/types.rbs', line 13645 def web_proxy_port_number @web_proxy_port_number end |