Class: DatadogAPIClient::V1::AWSLogsAsyncResponse

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#errorsObject

List of errors.



29
30
31
# File 'lib/datadog_api_client/v1/models/aws_logs_async_response.rb', line 29

def errors
  @errors
end

#statusObject

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