CertificateRenewalSummary

data class CertificateRenewalSummary(val renewalStatus: String? = null, val renewalStatusReason: String? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(renewalStatus: String? = null, renewalStatusReason: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val renewalStatus: String? = null

The status of ACM's managed renewal of the certificate

Link copied to clipboard

The reason that a renewal request was unsuccessful or is pending

Link copied to clipboard
val updatedAt: String? = null