Class: Aws::CodeGuruProfiler::Types::NotificationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::NotificationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The configuration for notifications stored for each profiling group. This includes up to to two channels and a list of event publishers associated with each channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::Channel>
List of up to two channels to be used for sending notifications for events detected from the application profile.
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
List of up to two channels to be used for sending notifications for events detected from the application profile.
1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1377 class NotificationConfiguration < Struct.new( :channels) SENSITIVE = [] include Aws::Structure end |