AWSIoTRegisterCertificateWithoutCAResponse

Objective-C

@interface AWSIoTRegisterCertificateWithoutCAResponse

Swift

class AWSIoTRegisterCertificateWithoutCAResponse
  • The Amazon Resource Name (ARN) of the registered certificate.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable certificateArn;

    Swift

    var certificateArn: String? { get set }
  • The ID of the registered 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 }