You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing AddNotificationChannelsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
channels: [ # required
{
event_publishers: ["AnomalyDetection"], # required, accepts AnomalyDetection
id: "ChannelId",
uri: "ChannelUri", # required
},
],
profiling_group_name: "ProfilingGroupName", # required
}
The structure representing the AddNotificationChannelsRequest.
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::Channel>
One or 2 channels to report to when anomalies are detected.
-
#profiling_group_name ⇒ String
The name of the profiling group that we are setting up notifications for.
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
One or 2 channels to report to when anomalies are detected.
#profiling_group_name ⇒ String
The name of the profiling group that we are setting up notifications for.