Sha256: 7d99ef609d19bb6da4e86183b34c97e010229f81b1aa64d7ad2c564f0bf4d3f0

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

# S3KeyProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **secret_key** | **String** | Secret of the S3 key. | [optional][readonly] |
| **active** | **Boolean** | Denotes weather the S3 key is active. | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::S3KeyProperties.new(
  secret_key: tFVkUARsoeCdntQs2jVSyGG6TMPfPZ+ghnsWj/gG,
  active: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/S3KeyProperties.md
ionoscloud-6.1.0 docs/models/S3KeyProperties.md
ionoscloud-6.0.2 docs/models/S3KeyProperties.md
ionoscloud-6.0.1 docs/models/S3KeyProperties.md
ionoscloud-6.0.0 docs/models/S3KeyProperties.md