class Aws::IoT::Types::RegisterCertificateRequest


@return [String]
The status of the register certificate request.
@!attribute [rw] status
@return [Boolean]
A boolean value that specifies if the certificate is set to active.
@!attribute [rw] set_as_active
@return [String]
registered.
The CA certificate used to sign the device certificate being
@!attribute [rw] ca_certificate_pem
@return [String]
The certificate data, in PEM format.
@!attribute [rw] certificate_pem
}
status: “ACTIVE”, # accepts ACTIVE, INACTIVE, REVOKED, PENDING_TRANSFER, REGISTER_INACTIVE, PENDING_ACTIVATION
set_as_active: false,
ca_certificate_pem: “CertificatePem”,
certificate_pem: “CertificatePem”, # required
{
data as a hash:
@note When making an API call, you may pass RegisterCertificateRequest
The input to the RegisterCertificate operation.