Class: Aws::MediaLive::Types::EventBridgeRuleTemplateTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::EventBridgeRuleTemplateTarget
- Defined in:
- gems/aws-sdk-medialive/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.
15144 15145 15146 15147 15148 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15144 class EventBridgeRuleTemplateTarget < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |