Class: DatadogAPIClient::V2::AWSEventBridgeSource

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aws_event_bridge_source.rb

Overview

An EventBridge source.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



31
32
33
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_source.rb', line 31

def additional_properties
  @additional_properties
end

#nameObject

The event source name.



25
26
27
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_source.rb', line 25

def name
  @name
end

#regionObject

The event source's AWS region.



29
30
31
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_source.rb', line 29

def region
  @region
end