Class: Aws::MediaLive::Types::EventBridgeRuleTemplateTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Target ARNs must be either an SNS topic or CloudWatch log group.

Returns:

  • (String)


14871
14872
14873
14874
14875
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14871

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