Class: Aws::DevOpsGuru::Types::RemoveNotificationChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RemoveNotificationChannelRequest
- 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 notification channel to be removed.
Instance Attribute Details
#id ⇒ String
The ID of the notification channel to be removed.
3850 3851 3852 3853 3854 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3850 class RemoveNotificationChannelRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |