Class: DatadogAPIClient::V1::AWSEventBridgeListResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#accountsObject

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

#is_installedObject

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