Class: Aws::IoTSiteWise::Types::DatasetSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_detailTypes::SourceDetail

The details of the dataset source associated with the dataset.

Returns:



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_formatString

The format of the dataset source associated with the dataset.

Returns:

  • (String)


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_typeString

The type of data source for the dataset.

Returns:

  • (String)


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