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.
13174 13175 13176 |
# File 'sig/types.rbs', line 13174 def login_page_url @login_page_url end |
#password_button_xpath ⇒ ::String
Returns the value of attribute password_button_xpath.
13173 13174 13175 |
# File 'sig/types.rbs', line 13173 def @password_button_xpath end |
#password_field_xpath ⇒ ::String
Returns the value of attribute password_field_xpath.
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.
13172 13173 13174 |
# File 'sig/types.rbs', line 13172 def @username_button_xpath end |
#username_field_xpath ⇒ ::String
Returns the value of attribute username_field_xpath.
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.
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.
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.
13176 13177 13178 |
# File 'sig/types.rbs', line 13176 def web_proxy_port_number @web_proxy_port_number end |