AWSEC2ImportKeyPairResult
Objective-C
@interface AWSEC2ImportKeyPairResult
Swift
class AWSEC2ImportKeyPairResult
-
For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC 4716.
For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyFingerprint;
Swift
var keyFingerprint: String? { get set }
-
The key pair name that you provided.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyName;
Swift
var keyName: String? { get set }
-
The ID of the resulting key pair.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyPairId;
Swift
var keyPairId: String? { get set }