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 true if the request succeeds, and an error otherwise.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable returned;

    Swift

    var returned: NSNumber? { get set }