AWSIoTUpdateDeviceCertificateParams
Objective-C
@interface AWSIoTUpdateDeviceCertificateParams
Swift
class AWSIoTUpdateDeviceCertificateParams
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Required parameters: [action]
-
The action that you want to apply to the device certificate. The only supported value is
DEACTIVATE
.Declaration
Objective-C
@property (nonatomic) AWSIoTDeviceCertificateUpdateAction action;
Swift
var action: AWSIoTDeviceCertificateUpdateAction { get set }