# ClusterLogs

## Properties

| Name          | Type                                                                                                                                  | Description | Notes       |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **instances** | [**Array\<ClusterLogsInstances>**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/clusterlogsinstances) |             | \[optional] |

## Example

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

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