class Aws::IoTAnalytics::Types::LateDataRule

A structure that contains the name and configuration information of a late data rule.

@note When making an API call, you may pass LateDataRule

data as a hash:

    {
      rule_name: "LateDataRuleName",
      rule_configuration: { # required
        delta_time_session_window_configuration: {
          timeout_in_minutes: 1, # required
        },
      },
    }

@!attribute [rw] rule_name

The name of the late data rule.
@return [String]

@!attribute [rw] rule_configuration

The information needed to configure the late data rule.
@return [Types::LateDataRuleConfiguration]

Constants

SENSITIVE