You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateCACertificateParams as input to an Aws::Client method, you can use a vanilla Hash:

{
  action: "DEACTIVATE", # required, accepts DEACTIVATE
}

Parameters to define a mitigation action that changes the state of the CA certificate to inactive.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

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

Possible values:

  • DEACTIVATE

Returns:

  • (String)

    The action that you want to apply to the CA cerrtificate.