Sha256: d97f2de887e1b2fc18462d19a764430beee4601cc550b3e73c0df8a42d9c099c
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
# S3KeyProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Boolean** | Denotes weather the S3 key is active. | [optional] | | **secret_key** | **String** | Secret of the S3 key. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::S3KeyProperties.new( active: null, secret_key: tFVkUARsoeCdntQs2jVSyGG6TMPfPZ+ghnsWj/gG ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/S3KeyProperties.md |