GetKeyPairsPair

data class GetKeyPairsPair(val id: String, val keyPairFingerPrint: String, val keyPairName: String)

Constructors

Link copied to clipboard
constructor(id: String, keyPairFingerPrint: String, keyPairName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Key Pair. Its value is same as Queue Name.

Link copied to clipboard

The Private Key of the Fingerprint.

Link copied to clipboard

The Key Name.