Class: Aws::IoTAnalytics::Types::DatasetTrigger

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

Overview

The DatasetTrigger that specifies when the dataset is automatically updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::TriggeringDataset

The dataset whose content creation triggers the creation of this dataset's contents.



1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1086

class DatasetTrigger < Struct.new(
  :schedule,
  :dataset)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::Schedule

The Schedule when the trigger is initiated.

Returns:



1086
1087
1088
1089
1090
1091
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1086

class DatasetTrigger < Struct.new(
  :schedule,
  :dataset)
  SENSITIVE = []
  include Aws::Structure
end