Class: Aws::CodeGuruProfiler::Types::RemoveNotificationChannelResponse

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

Overview

The structure representing the RemoveNotificationChannelResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_configurationTypes::NotificationConfiguration

The new notification configuration for this profiling group.



1737
1738
1739
1740
1741
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1737

class RemoveNotificationChannelResponse < Struct.new(
  :notification_configuration)
  SENSITIVE = []
  include Aws::Structure
end