Class: DatadogAPIClient::V2::AWSEventBridgeDeleteRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSEventBridgeDeleteRequestAttributes
- 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
-
#account_id ⇒ Object
readonly
AWS Account ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_generator_name ⇒ Object
readonly
The event source name.
-
#region ⇒ Object
readonly
The event source's AWS region.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
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 @account_id end |
#additional_properties ⇒ Object
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_name ⇒ Object
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 |
#region ⇒ Object
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 |