Class: Aws::IoT::Types::UpdateDeviceCertificateParams
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateDeviceCertificateParams
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action that you want to apply to the device certificate.
Instance Attribute Details
#action ⇒ String
The action that you want to apply to the device certificate. The
only supported value is DEACTIVATE
.
16355 16356 16357 16358 16359 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16355 class UpdateDeviceCertificateParams < Struct.new( :action) SENSITIVE = [] include Aws::Structure end |