Class: Aws::CloudWatchOmni::Types::NotificationTarget

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification target. For slack and pagerduty, an integration ARN as returned by ListIntegrations.

Returns:

  • (String)


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

#metadataHash<String,String>

Additional target-specific metadata.

Returns:

  • (Hash<String,String>)


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

#typeString

The type of notification target.

Returns:

  • (String)


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