AWSIoTOutgoingCertificate
Objective-C
@interface AWSIoTOutgoingCertificate
Swift
class AWSIoTOutgoingCertificate
A certificate that has been transferred but not yet accepted.
-
The certificate ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;Swift
var certificateArn: String? { get set } -
The certificate ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateId;Swift
var certificateId: String? { get set } -
The certificate creation date.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;Swift
var creationDate: Date? { get set } -
The date the transfer was initiated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable transferDate;Swift
var transferDate: Date? { get set } -
The transfer message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transferMessage;Swift
var transferMessage: String? { get set } -
The Amazon Web Services account to which the transfer was made.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transferredTo;Swift
var transferredTo: String? { get set }
View on GitHub
Install in Dash
AWSIoTOutgoingCertificate Class Reference