AWSIoTCertificate
Objective-C
@interface AWSIoTCertificate
Swift
class AWSIoTCertificate
Information about a certificate.
-
The ARN of the certificate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;
Swift
var certificateArn: String? { get set }
-
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 }
-
The mode of the certificate.
Declaration
Objective-C
@property (nonatomic) AWSIoTCertificateMode certificateMode;
Swift
var certificateMode: AWSIoTCertificateMode { get set }
-
The date and time the certificate was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The status of the certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Declaration
Objective-C
@property (nonatomic) AWSIoTCertificateStatus status;
Swift
var status: AWSIoTCertificateStatus { get set }