AWSIoTCACertificate
Objective-C
@interface AWSIoTCACertificate
Swift
class AWSIoTCACertificate
A CA certificate.
-
The ARN of the CA certificate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;Swift
var certificateArn: String? { get set } -
The ID of the CA certificate.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateId;Swift
var certificateId: String? { get set } -
The date the CA certificate was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;Swift
var creationDate: Date? { get set } -
The status of the CA certificate.
The status value REGISTER_INACTIVE is deprecated and should not be used.
Declaration
Objective-C
@property (nonatomic) AWSIoTCACertificateStatus status;Swift
var status: AWSIoTCACertificateStatus { get set }
View on GitHub
Install in Dash
AWSIoTCACertificate Class Reference