Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the AddNotificationChannelsRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::Channel>

One or 2 channels to report to when anomalies are detected.

Returns:



26
27
28
29
30
31
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 26

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

#profiling_group_nameString

The name of the profiling group that we are setting up notifications for.

Returns:

  • (String)


26
27
28
29
30
31
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 26

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