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)


5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5209

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>)


5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5209

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:



5209
5210
5211
5212
5213
5214
5215
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5209

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