Class: Aws::DevOpsGuru::Types::EventSourcesConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amazon_code_guru_profilerTypes::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