Class: Aws::PinpointSMSVoiceV2::Types::SnsDestination

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

Overview

An object that defines an Amazon SNS destination for events. You can use Amazon SNS to send notification when certain 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 events to.

Returns:

  • (String)


5401
5402
5403
5404
5405
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5401

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