AWSIoTTopicRuleListItem
Objective-C
@interface AWSIoTTopicRuleListItem
Swift
class AWSIoTTopicRuleListItem
Describes a rule.
-
The date and time the rule was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdAt;Swift
var createdAt: Date? { get set } -
The rule ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleArn;Swift
var ruleArn: String? { get set } -
Specifies whether the rule is disabled.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ruleDisabled;Swift
var ruleDisabled: NSNumber? { get set } -
The name of the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleName;Swift
var ruleName: String? { get set } -
The pattern for the topic names that apply.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topicPattern;Swift
var topicPattern: String? { get set }
View on GitHub
Install in Dash
AWSIoTTopicRuleListItem Class Reference