Class: Aws::IoTSiteWise::Types::KendraSourceDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

The source details for the Kendra dataset source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_arnString

The ‘knowledgeBaseArn` details for the Kendra dataset source.

Returns:

  • (String)


6644
6645
6646
6647
6648
6649
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6644

class KendraSourceDetail < Struct.new(
  :knowledge_base_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ‘roleARN` details for the Kendra dataset source.

Returns:

  • (String)


6644
6645
6646
6647
6648
6649
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6644

class KendraSourceDetail < Struct.new(
  :knowledge_base_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end