Class: Aws::DevOpsGuru::Types::UpdateEventSourcesConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::UpdateEventSourcesConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_sources ⇒ Types::EventSourcesConfig
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
Instance Attribute Details
#event_sources ⇒ Types::EventSourcesConfig
Configuration information about the integration of DevOps Guru as the Consumer via EventBridge with another AWS Service.
4761 4762 4763 4764 4765 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4761 class UpdateEventSourcesConfigRequest < Struct.new( :event_sources) SENSITIVE = [] include Aws::Structure end |