Sha256: 04cbbaf11a0a5f531860d5f9822048adbb41668bf75a76e2003c4a682c6c9788

Contents?: true

Size: 682 Bytes

Versions: 2

Compression:

Stored size: 682 Bytes

Contents

# DatadogAPIClient::V1::AWSLogsAsyncResponse

## Properties

| Name       | Type                                                       | Description               | Notes      |
| ---------- | ---------------------------------------------------------- | ------------------------- | ---------- |
| **errors** | [**Array<AWSLogsAsyncError>**](AWSLogsAsyncError.md) | List of errors.           | [optional] |
| **status** | **String**                                                 | Status of the properties. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::AWSLogsAsyncResponse.new(
  errors: null,
  status: created
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/AWSLogsAsyncResponse.md
datadog_api_client-1.5.0 docs/v1/AWSLogsAsyncResponse.md