Class: Aws::CodeGuruProfiler::Types::RemoveNotificationChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::RemoveNotificationChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the RemoveNotificationChannelRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The id of the channel that we want to stop receiving notifications.
-
#profiling_group_name ⇒ String
The name of the profiling group we want to change notification configuration for.
Instance Attribute Details
#channel_id ⇒ String
The id of the channel that we want to stop receiving notifications.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1722 class RemoveNotificationChannelRequest < Struct.new( :channel_id, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |
#profiling_group_name ⇒ String
The name of the profiling group we want to change notification configuration for.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1722 class RemoveNotificationChannelRequest < Struct.new( :channel_id, :profiling_group_name) SENSITIVE = [] include Aws::Structure end |