Class: DatadogAPIClient::V2::SampleLogGenerationSubscriptionCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SampleLogGenerationSubscriptionCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb
Overview
The attributes for creating 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 to subscribe to.
-
#duration ⇒ Object
How long the subscription should remain active before expiring.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb', line 30 def additional_properties @additional_properties end |
#content_pack_id ⇒ Object
The identifier of the Cloud SIEM content pack to subscribe to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb', line 25 def content_pack_id @content_pack_id end |
#duration ⇒ Object
How long the subscription should remain active before expiring.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb', line 28 def duration @duration end |