Class: DatadogAPIClient::V2::LogsArchiveDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsArchiveDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_archive_definition.rb
Overview
The definition of an archive.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
The attributes associated with the archive.
-
#id ⇒ Object
The archive ID.
-
#type ⇒ Object
readonly
The type of the resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
The attributes associated with the archive.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/logs_archive_definition.rb', line 29 def attributes @attributes end |
#id ⇒ Object
The archive ID.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/logs_archive_definition.rb', line 32 def id @id end |
#type ⇒ Object
The type of the resource. The value should always be archives.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/logs_archive_definition.rb', line 35 def type @type end |