Class: Aws::DevOpsGuru::Types::DescribeEventSourcesConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeEventSourcesConfigResponse
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_sources ⇒ Types::EventSourcesConfig
Lists the event sources in the configuration.
Instance Attribute Details
#event_sources ⇒ Types::EventSourcesConfig
Lists the event sources in the configuration.
741 742 743 744 745 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 741 class DescribeEventSourcesConfigResponse < Struct.new( :event_sources) SENSITIVE = [] include Aws::Structure end |