AWSEC2DeleteKeyPairResult
Objective-C
@interface AWSEC2DeleteKeyPairResult
Swift
class AWSEC2DeleteKeyPairResult
-
The ID of the key pair.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyPairId;Swift
var keyPairId: String? { get set } -
Is
trueif the request succeeds, and an error otherwise.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable returned;Swift
var returned: NSNumber? { get set }
View on GitHub
Install in Dash
AWSEC2DeleteKeyPairResult Class Reference