Class: Aws::PinpointEmail::Types::SnsDestination

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

Overview

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Returns:

  • (String)


2903
2904
2905
2906
2907
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2903

class SnsDestination < Struct.new(
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end