Class: Aws::BedrockAgent::Types::SeedUrl

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

The seed or starting point URL. You should be authorized to crawl the URL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

A seed or starting point URL.

Returns:

  • (String)


6607
6608
6609
6610
6611
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6607

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