Class: Aws::IoTSiteWise::Types::KendraSourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::KendraSourceDetail
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
The source details for the Kendra dataset source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ String
The
knowledgeBaseArn
details for the Kendra dataset source. -
#role_arn ⇒ String
The
roleARN
details for the Kendra dataset source.
Instance Attribute Details
#knowledge_base_arn ⇒ String
The knowledgeBaseArn
details for the Kendra dataset source.
6644 6645 6646 6647 6648 6649 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6644 class KendraSourceDetail < Struct.new( :knowledge_base_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The roleARN
details for the Kendra dataset source.
6644 6645 6646 6647 6648 6649 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6644 class KendraSourceDetail < Struct.new( :knowledge_base_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |