Class: Aws::Inspector::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::Subscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
This data type is used as a response element in the ListEventSubscriptions action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscriptions ⇒ Array<Types::EventSubscription>
The list of existing event subscriptions.
-
#resource_arn ⇒ String
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
-
#topic_arn ⇒ String
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
Instance Attribute Details
#event_subscriptions ⇒ Array<Types::EventSubscription>
The list of existing event subscriptions.
2649 2650 2651 2652 2653 2654 2655 |
# File 'lib/aws-sdk-inspector/types.rb', line 2649 class Subscription < Struct.new( :resource_arn, :topic_arn, :event_subscriptions) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
2649 2650 2651 2652 2653 2654 2655 |
# File 'lib/aws-sdk-inspector/types.rb', line 2649 class Subscription < Struct.new( :resource_arn, :topic_arn, :event_subscriptions) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
2649 2650 2651 2652 2653 2654 2655 |
# File 'lib/aws-sdk-inspector/types.rb', line 2649 class Subscription < Struct.new( :resource_arn, :topic_arn, :event_subscriptions) SENSITIVE = [] include Aws::Structure end |