Sha256: a20699420c974d89611108a6e90f82fb4c54965d4606388a4399b24e23f7e460

Contents?: true

Size: 436 Bytes

Versions: 7

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 if the S3 key is active or not | [optional] |

## Example

```ruby
require 'ionoscloud'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/S3KeyProperties.md
ionoscloud-6.0.0.beta.4 docs/models/S3KeyProperties.md
ionoscloud-5.1.1 docs/models/S3KeyProperties.md
ionoscloud-6.0.0.beta.3 docs/S3KeyProperties.md
ionoscloud-5.1.0 docs/S3KeyProperties.md
ionoscloud-6.0.0.beta.2 docs/S3KeyProperties.md
ionoscloud-6.0.0.beta.1 docs/S3KeyProperties.md