Class: Aws::Inspector::Types::SubscribeToEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::SubscribeToEventRequest
- 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 receive SNS notifications.
-
#resource_arn ⇒ String
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
-
#topic_arn ⇒ String
The ARN of the SNS topic to which the SNS notifications are sent.
Instance Attribute Details
#event ⇒ String
The event for which you want to receive SNS notifications.
2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-inspector/types.rb', line 2622 class SubscribeToEventRequest < 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 receive SNS notifications.
2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-inspector/types.rb', line 2622 class SubscribeToEventRequest < Struct.new( :resource_arn, :event, :topic_arn) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The ARN of the SNS topic to which the SNS notifications are sent.
2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-inspector/types.rb', line 2622 class SubscribeToEventRequest < Struct.new( :resource_arn, :event, :topic_arn) SENSITIVE = [] include Aws::Structure end |