AWSIoTAcceptCertificateTransferRequest
Objective-C
@interface AWSIoTAcceptCertificateTransferRequest
Swift
class AWSIoTAcceptCertificateTransferRequest
The input for the AcceptCertificateTransfer operation.
Required parameters: [certificateId]
-
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 }
-
Specifies whether the certificate is active.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable setAsActive;
Swift
var setAsActive: NSNumber? { get set }