Class: Aws::IoTAnalytics::Types::DatasetTrigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetTrigger
- Includes:
- Structure
- Defined in:
- 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
-
#dataset ⇒ Types::TriggeringDataset
The dataset whose content creation triggers the creation of this dataset’s contents.
-
#schedule ⇒ Types::Schedule
The Schedule when the trigger is initiated.
Instance Attribute Details
#dataset ⇒ Types::TriggeringDataset
The dataset whose content creation triggers the creation of this dataset’s contents.
1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1086 class DatasetTrigger < Struct.new( :schedule, :dataset) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The Schedule when the trigger is initiated.
1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1086 class DatasetTrigger < Struct.new( :schedule, :dataset) SENSITIVE = [] include Aws::Structure end |