AWSIoTRegisterCertificateResponse

Objective-C

@interface AWSIoTRegisterCertificateResponse

Swift

class AWSIoTRegisterCertificateResponse

The output from the RegisterCertificate operation.

  • The certificate ARN.

    Declaration

    Objective-C

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

    Swift

    var certificateArn: String? { get set }
  • The certificate identifier.

    Declaration

    Objective-C

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

    Swift

    var certificateId: String? { get set }