Class: Aws::CodeGuruProfiler::Types::RemoveNotificationChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::RemoveNotificationChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the RemoveNotificationChannelResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_configuration ⇒ Types::NotificationConfiguration
The new notification configuration for this profiling group.
Instance Attribute Details
#notification_configuration ⇒ Types::NotificationConfiguration
The new notification configuration for this profiling group.
1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1737 class RemoveNotificationChannelResponse < Struct.new( :notification_configuration) SENSITIVE = [] include Aws::Structure end |