Class: DatadogAPIClient::V1::AWSEventBridgeDeleteResponse

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

Overview

An indicator of the successful deletion of an EventBridge source.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#statusObject

The event source status "empty".



25
26
27
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_delete_response.rb', line 25

def status
  @status
end