Class: Aws::CodeGuruProfiler::Types::AddNotificationChannelsResponse

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

Overview

The structure representing the AddNotificationChannelsResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_configurationTypes::NotificationConfiguration

The new notification configuration for this profiling group.



41
42
43
44
45
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 41

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