Class: Aws::QConnect::Types::UrlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UrlConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration of the URL/URLs for the web content that you want to crawl. You should be authorized to crawl the URLs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#seed_urls ⇒ Array<Types::SeedUrl>
List of URLs for crawling.
Instance Attribute Details
#seed_urls ⇒ Array<Types::SeedUrl>
List of URLs for crawling.
10029 10030 10031 10032 10033 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10029 class UrlConfiguration < Struct.new( :seed_urls) SENSITIVE = [] include Aws::Structure end |