You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::LateDataRule
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTAnalytics::Types::LateDataRule
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing LateDataRule as input to an Aws::Client method, you can use a vanilla Hash:
{
  rule_name: "LateDataRuleName",
  rule_configuration: { # required
    delta_time_session_window_configuration: {
      timeout_in_minutes: 1, # required
    },
  },
}
A structure that contains the name and configuration information of a late data rule.
Instance Attribute Summary collapse
- 
  
    
      #rule_configuration  ⇒ Types::LateDataRuleConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The information needed to configure the late data rule. 
- 
  
    
      #rule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the late data rule. 
Instance Attribute Details
#rule_configuration ⇒ Types::LateDataRuleConfiguration
The information needed to configure the late data rule.
#rule_name ⇒ String
The name of the late data rule.