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