Class: Aws::CodeGuruProfiler::Types::GetNotificationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::GetNotificationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the GetNotificationConfigurationRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profiling_group_name ⇒ String
The name of the profiling group we want to get the notification configuration for.
Instance Attribute Details
#profiling_group_name ⇒ String
The name of the profiling group we want to get the notification configuration for.
761 762 763 764 765 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 761 class GetNotificationConfigurationRequest < Struct.new( :profiling_group_name) SENSITIVE = [] include Aws::Structure end |