Class: Aws::Inspector::Types::SubscribeToEventRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

The event for which you want to receive SNS notifications.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2622

class SubscribeToEventRequest < Struct.new(
  :resource_arn,
  :event,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2622

class SubscribeToEventRequest < Struct.new(
  :resource_arn,
  :event,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

The ARN of the SNS topic to which the SNS notifications are sent.

Returns:

  • (String)


2622
2623
2624
2625
2626
2627
2628
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2622

class SubscribeToEventRequest < Struct.new(
  :resource_arn,
  :event,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end