AWSIoTDeleteCACertificateRequest

Objective-C

@interface AWSIoTDeleteCACertificateRequest

Swift

class AWSIoTDeleteCACertificateRequest

Input for the DeleteCACertificate operation.

Required parameters: [certificateId]

  • The ID of the certificate to delete. (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 }