Class: Aws::Types::SeedUrlConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SeedUrlConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#seed_urls ⇒ ::Array[::String]
Returns the value of attribute seed_urls.
-
#web_crawler_mode ⇒ "HOST_ONLY", ...
Returns the value of attribute web_crawler_mode.
Instance Attribute Details
#seed_urls ⇒ ::Array[::String]
Returns the value of attribute seed_urls.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def seed_urls @seed_urls end |
#web_crawler_mode ⇒ "HOST_ONLY", ...
Returns the value of attribute web_crawler_mode.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def web_crawler_mode @web_crawler_mode end |