Class: Aws::CodeGuruProfiler::Types::GetNotificationConfigurationResponse

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

Overview

The structure representing the GetNotificationConfigurationResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_configurationTypes::NotificationConfiguration

The current notification configuration for this profiling group.



775
776
777
778
779
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 775

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