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

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



4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4064

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)


4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4064

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)


4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4064

class DatasetSource < Struct.new(
  :source_type,
  :source_format,
  :source_detail)
  SENSITIVE = []
  include Aws::Structure
end