KeyPairInfo
public struct KeyPairInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If you used CreateKeyPair to create the key pair, this is the SHA-1 digest of the DER encoded private key. If you used ImportKeyPair to provide AWS the public key, this is the MD5 public key fingerprint as specified in section 4 of RFC4716.
Declaration
Swift
public let keyFingerprint: String?
-
The name of the key pair.
Declaration
Swift
public let keyName: String?
-
The ID of the key pair.
Declaration
Swift
public let keyPairId: String?
-
Any tags applied to the key pair.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(keyFingerprint: String? = nil, keyName: String? = nil, keyPairId: String? = nil, tags: [Tag]? = nil)