Class: Aws::PinpointSMSVoice::Types::SnsDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoice::Types::SnsDestination
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #topic_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
 
Instance Attribute Details
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
      502 503 504 505 506  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 502 class SnsDestination < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end  |