Class: DatadogAPIClient::V2::SampleLogGenerationSubscriptionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SampleLogGenerationSubscriptionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb
Overview
The attributes describing a sample log generation subscription.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#content_pack_id ⇒ Object
readonly
The identifier of the Cloud SIEM content pack the subscription targets.
-
#created_at ⇒ Object
readonly
The time at which the subscription was created.
-
#expires_at ⇒ Object
readonly
The time at which the subscription expires and stops generating logs.
-
#is_active ⇒ Object
readonly
Whether the subscription is currently active and generating logs.
-
#status ⇒ Object
readonly
The status of the subscription.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 39 def additional_properties @additional_properties end |
#content_pack_id ⇒ Object
The identifier of the Cloud SIEM content pack the subscription targets.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 25 def content_pack_id @content_pack_id end |
#created_at ⇒ Object
The time at which the subscription was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 28 def created_at @created_at end |
#expires_at ⇒ Object
The time at which the subscription expires and stops generating logs.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 31 def expires_at @expires_at end |
#is_active ⇒ Object
Whether the subscription is currently active and generating logs.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 34 def is_active @is_active end |
#status ⇒ Object
The status of the subscription.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb', line 37 def status @status end |