ActiveViolation
public struct ActiveViolation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The behavior which is being violated.
Declaration
Swift
public let behavior: Behavior? -
The time the most recent violation occurred.
Declaration
Swift
public let lastViolationTime: TimeStamp? -
The value of the metric (the measurement) which caused the most recent violation.
Declaration
Swift
public let lastViolationValue: MetricValue? -
The security profile whose behavior is in violation.
Declaration
Swift
public let securityProfileName: String? -
The name of the thing responsible for the active violation.
Declaration
Swift
public let thingName: String? -
The ID of the active violation.
Declaration
Swift
public let violationId: String? -
The time the violation started.
Declaration
Swift
public let violationStartTime: TimeStamp? -
init(behavior:lastViolationTime:lastViolationValue:securityProfileName:thingName:violationId:violationStartTime:)Undocumented
Declaration
Swift
public init(behavior: Behavior? = nil, lastViolationTime: TimeStamp? = nil, lastViolationValue: MetricValue? = nil, securityProfileName: String? = nil, thingName: String? = nil, violationId: String? = nil, violationStartTime: TimeStamp? = nil)
View on GitHub
ActiveViolation Structure Reference