# ClusterLogs

## Properties

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

## Example

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

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