Class: DatadogAPIClient::V1::AWSEventBridgeListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AWSEventBridgeListResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb
Overview
An object describing the EventBridge configuration for multiple accounts.
Instance Attribute Summary collapse
-
#accounts ⇒ Object
List of accounts with their event sources.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_installed ⇒ Object
True if the EventBridge sub-integration is enabled for your organization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#accounts ⇒ Object
List of accounts with their event sources.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb', line 25 def accounts @accounts end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb', line 30 def additional_properties @additional_properties end |
#is_installed ⇒ Object
True if the EventBridge sub-integration is enabled for your organization.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb', line 28 def is_installed @is_installed end |