Class: Aws::BedrockAgent::Types::SeedUrl
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::SeedUrl
- 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
-
#url ⇒ String
A seed or starting point URL.
Instance Attribute Details
#url ⇒ String
A seed or starting point URL.
9570 9571 9572 9573 9574 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 9570 class SeedUrl < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |