Class: Aws::QuickSight::Types::FMKBParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FMKBParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The connection parameters for a fully managed knowledge base data
source. Provide these parameters in the DataSourceParameters object
when you create or update a data source that uses a fully managed
knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock knowledge base.
-
#linked_data_source_ids ⇒ Array<String>
The IDs of the linked data sources.
Instance Attribute Details
#knowledge_base_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Bedrock knowledge base.
20422 20423 20424 20425 20426 20427 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20422 class FMKBParameters < Struct.new( :knowledge_base_arn, :linked_data_source_ids) SENSITIVE = [] include Aws::Structure end |
#linked_data_source_ids ⇒ Array<String>
The IDs of the linked data sources.
20422 20423 20424 20425 20426 20427 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20422 class FMKBParameters < Struct.new( :knowledge_base_arn, :linked_data_source_ids) SENSITIVE = [] include Aws::Structure end |