AWSIoTCreateKeysAndCertificateRequest

Objective-C

@interface AWSIoTCreateKeysAndCertificateRequest

Swift

class AWSIoTCreateKeysAndCertificateRequest

The input for the CreateKeysAndCertificate operation.

Requires permission to access the CreateKeysAndCertificateRequest action.

  • Specifies whether the certificate is active.

    Declaration

    Objective-C

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

    Swift

    var setAsActive: NSNumber? { get set }