Class: Aws::IoTSiteWise::Types::DatasetItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

<p>A dataset to process.</p>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_idString

<p>The unique identifier for the dataset.</p>

Returns:

  • (String)


5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5186

class DatasetItem < Struct.new(
  :dataset_id,
  :trim_settings,
  :export_data_types)
  SENSITIVE = []
  include Aws::Structure
end

#export_data_typesArray<String>

<p>The optional subset of data types to export. If omitted, all data types are exported.</p>

Returns:

  • (Array<String>)


5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5186

class DatasetItem < Struct.new(
  :dataset_id,
  :trim_settings,
  :export_data_types)
  SENSITIVE = []
  include Aws::Structure
end

#trim_settingsTypes::TrimSettings

<p>The trim settings applied to all items in the dataset. When omitted, the full dataset time range is used.</p>

Returns:



5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5186

class DatasetItem < Struct.new(
  :dataset_id,
  :trim_settings,
  :export_data_types)
  SENSITIVE = []
  include Aws::Structure
end