Class: DatadogAPIClient::V2::SampleLogGenerationSubscriptionAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_atObject

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_atObject

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_activeObject

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

#statusObject

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