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

Class: Aws::IoTAnalytics::Types::QueryFilter

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#delta_timeTypes::DeltaTime

Used to limit data to that which has arrived since the last execution of the action.

Returns:

  • (Types::DeltaTime)

    Used to limit data to that which has arrived since the last execution of the action.