Class: Aws::BedrockAgent::Types::WebDataSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::WebDataSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The configuration details for the web data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::WebCrawlerConfiguration
The Web Crawler configuration details for the web data source.
-
#source_configuration ⇒ Types::WebSourceConfiguration
The source configuration details for the web data source.
Instance Attribute Details
#crawler_configuration ⇒ Types::WebCrawlerConfiguration
The Web Crawler configuration details for the web data source.
7934 7935 7936 7937 7938 7939 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7934 class WebDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::WebSourceConfiguration
The source configuration details for the web data source.
7934 7935 7936 7937 7938 7939 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7934 class WebDataSourceConfiguration < Struct.new( :crawler_configuration, :source_configuration) SENSITIVE = [] include Aws::Structure end |