Class: Aws::DevOpsGuru::Types::UpdateEventSourcesConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_sourcesTypes::EventSourcesConfig

Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.



4761
4762
4763
4764
4765
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4761

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