AWSIoTDeleteCertificateRequest
Objective-C
@interface AWSIoTDeleteCertificateRequest
Swift
class AWSIoTDeleteCertificateRequest
The input for the DeleteCertificate operation.
Required parameters: [certificateId]
-
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateId;Swift
var certificateId: String? { get set } -
Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable forceDelete;Swift
var forceDelete: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTDeleteCertificateRequest Class Reference