> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/postgres-sdk-ruby/models/clusterlogs.md).

# ClusterLogs

## Properties

| Name          | Type                                                                                  | Description | Notes       |
| ------------- | ------------------------------------------------------------------------------------- | ----------- | ----------- |
| **instances** | [**Array\<ClusterLogsInstances>**](/postgres-sdk-ruby/models/clusterlogsinstances.md) |             | \[optional] |

## Example

```ruby
require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::ClusterLogs.new(
  instances: null
)
```
