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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.



13711
13712
13713
13714
13715
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13711

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