You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruProfiler::Types::RemoveNotificationChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveNotificationChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The structure representing the RemoveNotificationChannelRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

The id of the channel that we want to stop receiving notifications.

Returns:

  • (String)

    The id of the channel that we want to stop receiving notifications.

#profiling_group_nameString

The name of the profiling group we want to change notification configuration for.

Returns:

  • (String)

    The name of the profiling group we want to change notification configuration for.