RuleDetail
public struct RuleDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The rule ARN.
Declaration
Swift
public let arn: String?
-
The timestamp of when the rule was created.
Declaration
Swift
public let createdTime: String?
-
The rule description.
Declaration
Swift
public let description: String?
-
The detector for which the rule is associated.
Declaration
Swift
public let detectorId: String?
-
The rule expression.
Declaration
Swift
public let expression: String?
-
The rule language.
Declaration
Swift
public let language: Language?
-
Timestamp of the last time the rule was updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
The rule outcomes.
Declaration
Swift
public let outcomes: [String]?
-
The rule ID.
Declaration
Swift
public let ruleId: String?
-
The rule version.
Declaration
Swift
public let ruleVersion: String?
-
init(arn:createdTime:description:detectorId:expression:language:lastUpdatedTime:outcomes:ruleId:ruleVersion:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, detectorId: String? = nil, expression: String? = nil, language: Language? = nil, lastUpdatedTime: String? = nil, outcomes: [String]? = nil, ruleId: String? = nil, ruleVersion: String? = nil)