Class: DatadogAPIClient::V1::LogsByRetention
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsByRetention
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_by_retention.rb
Overview
Object containing logs usage data broken down by retention period.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#orgs ⇒ Object
Indexed logs usage summary for each organization for each retention period with usage.
-
#usage ⇒ Object
Aggregated index logs usage for each retention period with usage.
-
#usage_by_month ⇒ Object
Object containing a summary of indexed logs usage by retention period for a single month.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 33 def additional_properties @additional_properties end |
#orgs ⇒ Object
Indexed logs usage summary for each organization for each retention period with usage.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 25 def orgs @orgs end |
#usage ⇒ Object
Aggregated index logs usage for each retention period with usage.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 28 def usage @usage end |
#usage_by_month ⇒ Object
Object containing a summary of indexed logs usage by retention period for a single month.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 31 def usage_by_month @usage_by_month end |