Get Certificate Result
data class GetCertificateResult(val activeDate: String? = null, val arn: String? = null, val certificateId: String? = null, val description: String? = null, val inactiveDate: String? = null, val notAfterDate: String? = null, val notBeforeDate: String? = null, val serial: String? = null, val status: CertificateStatus? = null, val tags: List<CertificateTag>? = null, val type: CertificateType? = null, val usage: CertificateUsage? = null)
Constructors
Link copied to clipboard
fun GetCertificateResult(activeDate: String? = null, arn: String? = null, certificateId: String? = null, description: String? = null, inactiveDate: String? = null, notAfterDate: String? = null, notBeforeDate: String? = null, serial: String? = null, status: CertificateStatus? = null, tags: List<CertificateTag>? = null, type: CertificateType? = null, usage: CertificateUsage? = null)