TopicRuleListItem
public struct TopicRuleListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time the rule was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The rule ARN.
Declaration
Swift
public let ruleArn: String?
-
Specifies whether the rule is disabled.
Declaration
Swift
public let ruleDisabled: Bool?
-
The name of the rule.
Declaration
Swift
public let ruleName: String?
-
The pattern for the topic names that apply.
Declaration
Swift
public let topicPattern: String?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, ruleArn: String? = nil, ruleDisabled: Bool? = nil, ruleName: String? = nil, topicPattern: String? = nil)