AssessmentRunNotification
public struct AssessmentRunNotification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date of the notification.
Declaration
Swift
public let date: TimeStamp
-
The Boolean value that specifies whether the notification represents an error.
Declaration
Swift
public let error: Bool
-
The event for which a notification is sent.
Declaration
Swift
public let event: InspectorEvent
-
The message included in the notification.
Declaration
Swift
public let message: String?
-
The status code of the SNS notification.
Declaration
Swift
public let snsPublishStatusCode: AssessmentRunNotificationSnsStatusCode?
-
The SNS topic to which the SNS notification is sent.
Declaration
Swift
public let snsTopicArn: String?
-
Undocumented
Declaration
Swift
public init(date: TimeStamp, error: Bool, event: InspectorEvent, message: String? = nil, snsPublishStatusCode: AssessmentRunNotificationSnsStatusCode? = nil, snsTopicArn: String? = nil)