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
knowledgeBaseArndetails for the Kendra dataset source. -
#role_arn ⇒ String
The
roleARNdetails for the Kendra dataset source.
Instance Attribute Details
#knowledge_base_arn ⇒ String
The knowledgeBaseArn details for the Kendra dataset source.
7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7647 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.
7647 7648 7649 7650 7651 7652 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7647 class KendraSourceDetail < Struct.new( :knowledge_base_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |