AWSIoTRegisterCACertificateResponse
Objective-C
@interface AWSIoTRegisterCACertificateResponse
Swift
class AWSIoTRegisterCACertificateResponse
The output from the RegisterCACertificateResponse operation.
-
The CA certificate ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateArn;
Swift
var certificateArn: String? { get set }
-
The CA certificate identifier.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable certificateId;
Swift
var certificateId: String? { get set }