Class: Aws::IoTSiteWise::Types::SourceDetail

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

Overview

The details of the dataset source associated with the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kendraTypes::KendraSourceDetail

Contains details about the Kendra dataset source.



13581
13582
13583
13584
13585
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13581

class SourceDetail < Struct.new(
  :kendra)
  SENSITIVE = []
  include Aws::Structure
end