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