AWSIoTCreateCertificateResponse
Objective-C
@interface AWSIoTCreateCertificateResponse : AWSModel
@property (nonatomic, strong) NSString *certificateArn;
@property (nonatomic, strong) NSString *certificateId;
@property (nonatomic, strong) NSString *certificatePem;
@end
Swift
class AWSIoTCreateCertificateResponse
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString *certificateArn
Swift
var certificateArn: String! { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString *certificateId
Swift
var certificateId: String! { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString *certificatePem
Swift
var certificatePem: String! { get set }