Struct aws_sdk_iotanalytics::model::QueryFilter
source · #[non_exhaustive]pub struct QueryFilter { /* private fields */ }Expand description
Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.
Implementations§
source§impl QueryFilter
impl QueryFilter
sourcepub fn delta_time(&self) -> Option<&DeltaTime>
pub fn delta_time(&self) -> Option<&DeltaTime>
Used to limit data to that which has arrived since the last execution of the action.
source§impl QueryFilter
impl QueryFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryFilter.
Trait Implementations§
source§impl Clone for QueryFilter
impl Clone for QueryFilter
source§fn clone(&self) -> QueryFilter
fn clone(&self) -> QueryFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QueryFilter
impl Debug for QueryFilter
source§impl PartialEq<QueryFilter> for QueryFilter
impl PartialEq<QueryFilter> for QueryFilter
source§fn eq(&self, other: &QueryFilter) -> bool
fn eq(&self, other: &QueryFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.