Class: Aws::DevOpsGuru::Types::AddNotificationChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::NotificationChannelConfig

A NotificationChannelConfig object that specifies what type of notification channel to add. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).



87
88
89
90
91
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 87

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