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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb

Overview

The structure representing the RemoveNotificationChannelRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

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

Returns:

  • (String)


1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1722

class RemoveNotificationChannelRequest < Struct.new(
  :channel_id,
  :profiling_group_name)
  SENSITIVE = []
  include Aws::Structure
end

#profiling_group_nameString

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

Returns:

  • (String)


1722
1723
1724
1725
1726
1727
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1722

class RemoveNotificationChannelRequest < Struct.new(
  :channel_id,
  :profiling_group_name)
  SENSITIVE = []
  include Aws::Structure
end