Class: Aws::IoT::Types::PublishFindingToSnsParams
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::PublishFindingToSnsParams
 
 
- Defined in:
 - gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
 
Overview
Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #topic_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the topic to which you want to publish the findings.
 
Instance Attribute Details
#topic_arn ⇒ String
The ARN of the topic to which you want to publish the findings.
      14072 14073 14074 14075 14076  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14072 class PublishFindingToSnsParams < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end  |