class Aws::CodeGuruProfiler::Types::RemoveNotificationChannelRequest

The structure representing the RemoveNotificationChannelRequest.

@note When making an API call, you may pass RemoveNotificationChannelRequest

data as a hash:

    {
      channel_id: "ChannelId", # required
      profiling_group_name: "ProfilingGroupName", # required
    }

@!attribute [rw] channel_id

The id of the channel that we want to stop receiving notifications.
@return [String]

@!attribute [rw] profiling_group_name

The name of the profiling group we want to change notification
configuration for.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/RemoveNotificationChannelRequest AWS API Documentation

Constants

SENSITIVE