Class: Aws::DevOpsGuru::Types::EventSourcesConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::EventSourcesConfig
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_code_guru_profiler ⇒ Types::AmazonCodeGuruProfilerIntegration
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
Instance Attribute Details
#amazon_code_guru_profiler ⇒ Types::AmazonCodeGuruProfilerIntegration
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1253 class EventSourcesConfig < Struct.new( :amazon_code_guru_profiler) SENSITIVE = [] include Aws::Structure end |