You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::UpdateCACertificateRequestWhen passing UpdateCACertificateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
certificate_id: "CertificateId", new_status: "ACTIVE", new_auto_registration_status: "ENABLE", registration_config: {
template_body: "TemplateBody",
role_arn: "RoleArn",
},
remove_auto_registration: false,
}
The input to the UpdateCACertificate operation.
Instance Attribute Summary collapseThe CA certificate identifier.
The new value for the auto registration status.
The updated status of the CA certificate.
Information about the registration configuration.
If true, removes auto registration.
The CA certificate identifier.
#new_auto_registration_status ⇒ StringThe new value for the auto registration status. Valid values are: \"ENABLE\" or \"DISABLE\".
Possible values:
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
Possible values:
If true, removes auto registration.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4