Class: Aws::DevOpsGuru::Types::AddNotificationChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AddNotificationChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config ⇒ Types::NotificationChannelConfig
A ‘NotificationChannelConfig` object that specifies what type of notification channel to add.
Instance Attribute Details
#config ⇒ Types::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 'lib/aws-sdk-devopsguru/types.rb', line 87 class AddNotificationChannelRequest < Struct.new( :config) SENSITIVE = [] include Aws::Structure end |