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)


13643
13644
13645
# File 'sig/types.rbs', line 13643

def 
  @login_page_url
end

#password_button_xpath::String

Returns the value of attribute password_button_xpath.

Returns:

  • (::String)


13642
13643
13644
# File 'sig/types.rbs', line 13642

def password_button_xpath
  @password_button_xpath
end

#password_field_xpath::String

Returns the value of attribute password_field_xpath.

Returns:

  • (::String)


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.

Returns:

  • (::String)


13641
13642
13643
# File 'sig/types.rbs', line 13641

def username_button_xpath
  @username_button_xpath
end

#username_field_xpath::String

Returns the value of attribute username_field_xpath.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


13645
13646
13647
# File 'sig/types.rbs', line 13645

def web_proxy_port_number
  @web_proxy_port_number
end