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
show all
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

Instance Attribute Details

#rule_configurationTypes::LateDataRuleConfiguration

The information needed to configure the late data rule.

Returns:

#rule_nameString

The name of the late data rule.

Returns:

  • (String)

    The name of the late data rule.