Class: Aws::Inspector::Types::UnsubscribeFromEventRequest

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 stop receiving SNS notifications.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2740

class UnsubscribeFromEventRequest < 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 stop receiving SNS notifications.

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2740

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

#topic_arnString

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

Returns:

  • (String)


2740
2741
2742
2743
2744
2745
2746
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2740

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