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.
10328 10329 10330 10331 10332 10333 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10328 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.
10328 10329 10330 10331 10332 10333 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10328 class KendraSourceDetail < Struct.new( :knowledge_base_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |