Class: Aws::CodeGuruProfiler::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/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

Instance Attribute Details

#channelsArray<Types::Channel>

List of up to two channels to be used for sending notifications for events detected from the application profile.

Returns:



1377
1378
1379
1380
1381
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1377

class NotificationConfiguration < Struct.new(
  :channels)
  SENSITIVE = []
  include Aws::Structure
end