AWSEC2ImportKeyPairResult
Objective-C
@interface AWSEC2ImportKeyPairResultSwift
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. 
 DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable keyFingerprint;Swift var keyFingerprint: String? { get set }
- 
                  
                  The key pair name that you provided. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable keyName;Swift var keyName: String? { get set }
- 
                  
                  The ID of the resulting key pair. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable keyPairId;Swift var keyPairId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ImportKeyPairResult Class Reference
        AWSEC2ImportKeyPairResult Class Reference