Class: Aws::PinpointSMSVoice::Types::SnsDestination

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

Overview

An object that contains information about an event destination that sends data to Amazon SNS.

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)


502
503
504
505
506
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 502

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