Class: Aws::IoTAnalytics::Types::LateDataRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::LateDataRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
A structure that contains the name and configuration information of a late data rule.
Constant Summary collapse
- SENSITIVE =
[]
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.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1952 class LateDataRule < Struct.new( :rule_name, :rule_configuration) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the late data rule.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1952 class LateDataRule < Struct.new( :rule_name, :rule_configuration) SENSITIVE = [] include Aws::Structure end |