You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DatasetTrigger as input to an Aws::Client method, you can use a vanilla Hash:

{
  schedule: {
    expression: "ScheduleExpression",
  },
  dataset: {
    name: "DatasetName", # required
  },
}

The DatasetTrigger that specifies when the data set is automatically updated.

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::TriggeringDataset

The data set whose content creation triggers the creation of this data set\'s contents.

Returns:

  • (Types::TriggeringDataset)

    The data set whose content creation triggers the creation of this data set\'s contents.

#scheduleTypes::Schedule

The Schedule when the trigger is initiated.

Returns: