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
show all
Defined in:
(unknown)

Overview

Used as one of the elements of the AssessmentRun data type.

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date of the notification.

Returns:

  • (Time)

    The date of the notification.

#errorBoolean

The Boolean value that specifies whether the notification represents an error.

Returns:

  • (Boolean)

    The Boolean value that specifies whether the notification represents an error.

#eventString

The event for which a notification is sent.

Possible values:

  • ASSESSMENT_RUN_STARTED
  • ASSESSMENT_RUN_COMPLETED
  • ASSESSMENT_RUN_STATE_CHANGED
  • FINDING_REPORTED
  • OTHER

Returns:

  • (String)

    The event for which a notification is sent.

#messageString

The message included in the notification.

Returns:

  • (String)

    The message included in the notification.

#sns_publish_status_codeString

The status code of the SNS notification.

Possible values:

  • SUCCESS
  • TOPIC_DOES_NOT_EXIST
  • ACCESS_DENIED
  • INTERNAL_ERROR

Returns:

  • (String)

    The status code of the SNS notification.

#sns_topic_arnString

The SNS topic to which the SNS notification is sent.

Returns:

  • (String)

    The SNS topic to which the SNS notification is sent.