Class: Aws::CloudWatchOmni::Types::NotificationTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::NotificationTarget
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The destination for a notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification target.
-
#metadata ⇒ Hash<String,String>
Additional target-specific metadata.
-
#type ⇒ String
The type of notification target.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification target. For slack and pagerduty, an integration ARN as returned by ListIntegrations.
3697 3698 3699 3700 3701 3702 3703 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3697 class NotificationTarget < Struct.new( :type, :arn, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Additional target-specific metadata.
3697 3698 3699 3700 3701 3702 3703 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3697 class NotificationTarget < Struct.new( :type, :arn, :metadata) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of notification target.
3697 3698 3699 3700 3701 3702 3703 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3697 class NotificationTarget < Struct.new( :type, :arn, :metadata) SENSITIVE = [] include Aws::Structure end |