Class: Aws::DevOpsGuru::Types::AddNotificationChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::AddNotificationChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the added notification channel.
Instance Attribute Details
#id ⇒ String
The ID of the added notification channel.
99 100 101 102 103 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 99 class AddNotificationChannelResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |