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