Class: Aws::IoTAnalytics::Types::QueryFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::QueryFilter
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delta_time ⇒ Types::DeltaTime
Used to limit data to that which has arrived since the last execution of the action.
Instance Attribute Details
#delta_time ⇒ Types::DeltaTime
Used to limit data to that which has arrived since the last execution of the action.
2436 2437 2438 2439 2440 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2436 class QueryFilter < Struct.new( :delta_time) SENSITIVE = [] include Aws::Structure end |