AWSIoTTransferCertificateResponse

Objective-C

@interface AWSIoTTransferCertificateResponse

Swift

class AWSIoTTransferCertificateResponse

The output from the TransferCertificate operation.

  • The ARN of the certificate.

    Declaration

    Objective-C

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

    Swift

    var transferredCertificateArn: String? { get set }