Class: Aws::CodeGuruProfiler::Types::GetNotificationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::GetNotificationConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the GetNotificationConfigurationResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_configuration ⇒ Types::NotificationConfiguration
The current notification configuration for this profiling group.
Instance Attribute Details
#notification_configuration ⇒ Types::NotificationConfiguration
The current notification configuration for this profiling group.
775 776 777 778 779 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 775 class GetNotificationConfigurationResponse < Struct.new( :notification_configuration) SENSITIVE = [] include Aws::Structure end |