Class: DatadogAPIClient::V1::AWSEventBridgeCreateResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AWSEventBridgeCreateResponse
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_source_name ⇒ Object
The event source name.
-
#has_bus ⇒ Object
True if the event bus was created in addition to the source.
-
#region ⇒ Object
The event source’s [AWS region](docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
-
#status ⇒ Object
The event source status “created”.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb', line 36 def additional_properties @additional_properties end |
#event_source_name ⇒ Object
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_bus ⇒ Object
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 |
#region ⇒ Object
The event source’s [AWS region](docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
31 32 33 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb', line 31 def region @region end |
#status ⇒ Object
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 |