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