Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::AddNotificationChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the AddNotificationChannelsResponse.
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.
41 42 43 44 45 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 41 class AddNotificationChannelsResponse < Struct.new( :notification_configuration) SENSITIVE = [] include Aws::Structure end |