Class: Aws::IoT::Types::UpdateCACertificateParams
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateCACertificateParams
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Parameters to define a mitigation action that changes the state of the CA certificate to inactive.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action that you want to apply to the CA certificate.
 
Instance Attribute Details
#action ⇒ String
The action that you want to apply to the CA certificate. The only supported value is ‘DEACTIVATE`.
      15774 15775 15776 15777 15778  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 15774 class UpdateCACertificateParams < Struct.new( :action) SENSITIVE = [] include Aws::Structure end  |