Class: Aws::IoTSiteWise::Types::SourceDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::SourceDetail
- 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
-
#kendra ⇒ Types::KendraSourceDetail
Contains details about the Kendra dataset source.
Instance Attribute Details
#kendra ⇒ Types::KendraSourceDetail
Contains details about the Kendra dataset source.
9896 9897 9898 9899 9900 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9896 class SourceDetail < Struct.new( :kendra) SENSITIVE = [] include Aws::Structure end |