Class: Aws::Inspector::Types::AssessmentRunNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AssessmentRunNotification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Used as one of the elements of the AssessmentRun data type.
Constant Summary collapse
- SENSITIVE =
[]
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.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Boolean
The Boolean value that specifies whether the notification represents an error.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |
#event ⇒ String
The event for which a notification is sent.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message included in the notification.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |
#sns_publish_status_code ⇒ String
The status code of the SNS notification.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The SNS topic to which the SNS notification is sent.
458 459 460 461 462 463 464 465 466 467 |
# File 'lib/aws-sdk-inspector/types.rb', line 458 class AssessmentRunNotification < Struct.new( :date, :event, :message, :error, :sns_topic_arn, :sns_publish_status_code) SENSITIVE = [] include Aws::Structure end |