You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::AssessmentRunNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunNotification
- Defined in:
- (unknown)
Overview
Used as one of the elements of the AssessmentRun data type.
Instance Attribute Summary collapse
-
#date ⇒ Time
The date of the notification.
-
#error ⇒ Boolean
The Boolean value that specifies whether the notification represents an error.
-
#event ⇒ String
The event for which a notification is sent.
-
#message ⇒ String
The message included in the notification.
-
#sns_publish_status_code ⇒ String
The status code of the SNS notification.
-
#sns_topic_arn ⇒ String
The SNS topic to which the SNS notification is sent.
Instance Attribute Details
#date ⇒ Time
The date of the notification.
#error ⇒ Boolean
The Boolean value that specifies whether the notification represents an error.
#event ⇒ String
The event for which a notification is sent.
Possible values:
- ASSESSMENT_RUN_STARTED
- ASSESSMENT_RUN_COMPLETED
- ASSESSMENT_RUN_STATE_CHANGED
- FINDING_REPORTED
- OTHER
#message ⇒ String
The message included in the notification.
#sns_publish_status_code ⇒ String
The status code of the SNS notification.
Possible values:
- SUCCESS
- TOPIC_DOES_NOT_EXIST
- ACCESS_DENIED
- INTERNAL_ERROR
#sns_topic_arn ⇒ String
The SNS topic to which the SNS notification is sent.