class Aws::Inspector::Types::UnsubscribeFromEventRequest

@note When making an API call, you may pass UnsubscribeFromEventRequest

data as a hash:

    {
      resource_arn: "Arn", # required
      event: "ASSESSMENT_RUN_STARTED", # required, accepts ASSESSMENT_RUN_STARTED, ASSESSMENT_RUN_COMPLETED, ASSESSMENT_RUN_STATE_CHANGED, FINDING_REPORTED, OTHER
      topic_arn: "Arn", # required
    }

@!attribute [rw] resource_arn

The ARN of the assessment template that is used during the event for
which you want to stop receiving SNS notifications.
@return [String]

@!attribute [rw] event

The event for which you want to stop receiving SNS notifications.
@return [String]

@!attribute [rw] topic_arn

The ARN of the SNS topic to which SNS notifications are sent.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/UnsubscribeFromEventRequest AWS API Documentation

Constants

SENSITIVE