Sha256: a9904daeb95796d35139ec3dbdd0ee1eb35a9a170411d65233fc7aa370e7f675
Contents?: true
Size: 436 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-5.0.1 | docs/S3KeyProperties.md |