Contains the response to a successful UploadSSHPublicKey request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UploadSSHPublicKeyResponse", "title": "UploadSSHPublicKeyResponse", "type": "object", "properties": { "SSHPublicKey": { "allOf": [ { "$ref": "#/components/schemas/SSHPublicKey" }, { "description": "Contains information about the SSH public key." } ] } }, "description": "Contains the response to a successful <a>UploadSSHPublicKey</a> request." }