pub struct LateDataRuleConfiguration {
pub delta_time_session_window_configuration: Option<Value<DeltaTimeSessionWindowConfiguration>>,
}Expand description
The AWS::IoTAnalytics::Dataset.LateDataRuleConfiguration property type.
Fields§
§delta_time_session_window_configuration: Option<Value<DeltaTimeSessionWindowConfiguration>>Property DeltaTimeSessionWindowConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for LateDataRuleConfiguration
impl Debug for LateDataRuleConfiguration
Source§impl Default for LateDataRuleConfiguration
impl Default for LateDataRuleConfiguration
Source§fn default() -> LateDataRuleConfiguration
fn default() -> LateDataRuleConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LateDataRuleConfiguration
impl RefUnwindSafe for LateDataRuleConfiguration
impl Send for LateDataRuleConfiguration
impl Sync for LateDataRuleConfiguration
impl Unpin for LateDataRuleConfiguration
impl UnwindSafe for LateDataRuleConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more