class Aws::IoTAnalytics::Types::QueryFilter

Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.

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

data as a hash:

    {
      delta_time: {
        offset_seconds: 1, # required
        time_expression: "TimeExpression", # required
      },
    }

@!attribute [rw] delta_time

Used to limit data to that which has arrived since the last
execution of the action.
@return [Types::DeltaTime]

Constants

SENSITIVE