AWSIoTTransferCertificateRequest

Objective-C

@interface AWSIoTTransferCertificateRequest

Swift

class AWSIoTTransferCertificateRequest

The input for the TransferCertificate operation.

Required parameters: [certificateId, targetAwsAccount]

  • The ID of the 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 }
  • The Amazon Web Services account.

    Declaration

    Objective-C

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

    Swift

    var targetAwsAccount: String? { get set }
  • The transfer message.

    Declaration

    Objective-C

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

    Swift

    var transferMessage: String? { get set }