Class: DatadogAPIClient::V1::AWSLogsAsyncResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AWSLogsAsyncResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/aws_logs_async_response.rb
Overview
A list of all Datadog-AWS logs integrations available in your Datadog organization.
Instance Attribute Summary collapse
-
#errors ⇒ Object
List of errors.
-
#status ⇒ Object
Status of the properties.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#errors ⇒ Object
List of errors.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/aws_logs_async_response.rb', line 29 def errors @errors end |
#status ⇒ Object
Status of the properties.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/aws_logs_async_response.rb', line 32 def status @status end |