Class: Aws::IoTSiteWise::Types::DatasetSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DatasetSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The data source for the dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_detail ⇒ Types::SourceDetail
The details of the dataset source associated with the dataset.
-
#source_format ⇒ String
The format of the dataset source associated with the dataset.
-
#source_type ⇒ String
The type of data source for the dataset.
Instance Attribute Details
#source_detail ⇒ Types::SourceDetail
The details of the dataset source associated with the dataset.
3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3605 class DatasetSource < Struct.new( :source_type, :source_format, :source_detail) SENSITIVE = [] include Aws::Structure end |
#source_format ⇒ String
The format of the dataset source associated with the dataset.
3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3605 class DatasetSource < Struct.new( :source_type, :source_format, :source_detail) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The type of data source for the dataset.
3605 3606 3607 3608 3609 3610 3611 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3605 class DatasetSource < Struct.new( :source_type, :source_format, :source_detail) SENSITIVE = [] include Aws::Structure end |