Class: Aws::IoT::Types::UpdateCACertificateParams

Inherits:
Struct
  • Object
show all
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 CA certificate to inactive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that you want to apply to the CA certificate. The only supported value is DEACTIVATE.

Returns:

  • (String)


17237
17238
17239
17240
17241
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17237

class UpdateCACertificateParams < Struct.new(
  :action)
  SENSITIVE = []
  include Aws::Structure
end