Class: Aws::MediaLive::Types::EventBridgeRuleTemplateTarget
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::EventBridgeRuleTemplateTarget
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The target to which to send matching events.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Target ARNs must be either an SNS topic or CloudWatch log group.
 
Instance Attribute Details
#arn ⇒ String
Target ARNs must be either an SNS topic or CloudWatch log group.
      15145 15146 15147 15148 15149  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 15145 class EventBridgeRuleTemplateTarget < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end  |