Class: Aws::QConnect::Types::UrlConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#seed_urlsArray<Types::SeedUrl>

List of URLs for crawling.

Returns:



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