You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::Subscription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This data type is used as a response element in the ListEventSubscriptions action.

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionsArray<Types::EventSubscription>

The list of existing event subscriptions.

Returns:

#resource_arnString

The ARN of the assessment template that is used during the event for which the SNS notification is sent.

Returns:

  • (String)

    The ARN of the assessment template that is used during the event for which the SNS notification is sent.

#topic_arnString

The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.

Returns:

  • (String)

    The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.