Class: Aws::Inspector::Types::UnsubscribeFromEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::UnsubscribeFromEventRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ String
The event for which you want to stop receiving SNS notifications.
-
#resource_arn ⇒ String
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
-
#topic_arn ⇒ String
The ARN of the SNS topic to which SNS notifications are sent.
Instance Attribute Details
#event ⇒ String
The event for which you want to stop receiving SNS notifications.
2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-inspector/types.rb', line 2740 class UnsubscribeFromEventRequest < Struct.new( :resource_arn, :event, :topic_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-inspector/types.rb', line 2740 class UnsubscribeFromEventRequest < Struct.new( :resource_arn, :event, :topic_arn) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The ARN of the SNS topic to which SNS notifications are sent.
2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-inspector/types.rb', line 2740 class UnsubscribeFromEventRequest < Struct.new( :resource_arn, :event, :topic_arn) SENSITIVE = [] include Aws::Structure end |