AwsCertificateManagerCertificateRenewalSummary class

Contains information about the AWS Certificate Manager managed renewal for an AMAZON_ISSUED certificate.

Constructors

AwsCertificateManagerCertificateRenewalSummary({List<AwsCertificateManagerCertificateDomainValidationOption>? domainValidationOptions, String? renewalStatus, String? renewalStatusReason, String? updatedAt})
AwsCertificateManagerCertificateRenewalSummary.fromJson(Map<String, dynamic> json)
factory

Properties

domainValidationOptions List<AwsCertificateManagerCertificateDomainValidationOption>?
Information about the validation of each domain name in the certificate, as it pertains to AWS Certificate Manager managed renewal. Provided only when the certificate type is AMAZON_ISSUED.
final
hashCode int
The hash code for this object.
no setterinherited
renewalStatus String?
The status of the AWS Certificate Manager managed renewal of the certificate.
final
renewalStatusReason String?
The reason that a renewal request was unsuccessful.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
Indicates when the renewal summary was last updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited