Class: DatadogAPIClient::V2::AWSEventBridgeDeleteRequestAttributes

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

Overview

The EventBridge source to be deleted.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

AWS Account ID.



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

def 
  @account_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



34
35
36
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb', line 34

def additional_properties
  @additional_properties
end

#event_generator_nameObject

The event source name.



28
29
30
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb', line 28

def event_generator_name
  @event_generator_name
end

#regionObject

The event source's AWS region.



32
33
34
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb', line 32

def region
  @region
end