Class: Aws::QConnect::Types::SeedUrl

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

A URL for crawling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

URL for crawling

Returns:

  • (String)


8666
8667
8668
8669
8670
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8666

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