RenewalSummary class

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

Constructors

RenewalSummary({required List<DomainValidation> domainValidationOptions, required RenewalStatus renewalStatus, required DateTime updatedAt, FailureReason? renewalStatusReason})
RenewalSummary.fromJson(Map<String, dynamic> json)
factory

Properties

domainValidationOptions List<DomainValidation>
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.
final
hashCode int
The hash code for this object.
no setterinherited
renewalStatus RenewalStatus
The status of ACM's managed renewal of the certificate.
final
renewalStatusReason FailureReason?
The reason that a renewal request was unsuccessful.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime
The time at which the renewal summary was last updated.
final

Methods

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

Operators

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