RuleResult
public struct RuleResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The outcomes of the matched rule, based on the rule execution mode.
Declaration
Swift
public let outcomes: [String]? -
The rule ID that was matched, based on the rule execution mode.
Declaration
Swift
public let ruleId: String? -
Undocumented
Declaration
Swift
public init(outcomes: [String]? = nil, ruleId: String? = nil)
View on GitHub
RuleResult Structure Reference