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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



12381
12382
12383
12384
12385
# File 'lib/aws-sdk-qconnect/types.rb', line 12381

class UrlConfiguration < Struct.new(
  :seed_urls)
  SENSITIVE = []
  include Aws::Structure
end