Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::AddNotificationChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the AddNotificationChannelsRequest.
Constant Summary collapse
- SENSITIVE =
[]
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.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 26 class AddNotificationChannelsRequest < Struct.new( :channels, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group that we are setting up notifications for.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 26 class AddNotificationChannelsRequest < Struct.new( :channels, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |