class Aws::IoTAnalytics::Types::DatasetTrigger

The `DatasetTrigger` that specifies when the dataset is automatically updated.

@note When making an API call, you may pass DatasetTrigger

data as a hash:

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

@!attribute [rw] schedule

The Schedule when the trigger is initiated.
@return [Types::Schedule]

@!attribute [rw] dataset

The dataset whose content creation triggers the creation of this
dataset's contents.
@return [Types::TriggeringDataset]

Constants

SENSITIVE