GetKeyPairResult

data class GetKeyPairResult(val keyFingerprint: String? = null, val keyPairId: String? = null)

Constructors

Link copied to clipboard
fun GetKeyPairResult(keyFingerprint: String? = null, keyPairId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyFingerprint: String? = null

A short sequence of bytes used for public key verification

Link copied to clipboard
val keyPairId: String? = null

An AWS generated ID for the key pair