Class: DatadogAPIClient::V1::AWSEventBridgeCreateResponse

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

Overview

A created EventBridge source.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#event_source_nameObject

The event source name.



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

def event_source_name
  @event_source_name
end

#has_busObject

True if the event bus was created in addition to the source.



28
29
30
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb', line 28

def has_bus
  @has_bus
end

#regionObject

The event source's AWS region.



31
32
33
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb', line 31

def region
  @region
end

#statusObject

The event source status "created".



34
35
36
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb', line 34

def status
  @status
end