ServerCertificateSummary class

An object that contains information about a server certificate.

Constructors

ServerCertificateSummary({String? serverCertificateArn, ServerCertificateStatus? serverCertificateStatus, String? serverCertificateStatusDetail})
ServerCertificateSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverCertificateArn String?
The ARN of the server certificate.
final
serverCertificateStatus ServerCertificateStatus?
The status of the server certificate.
final
serverCertificateStatusDetail String?
Details that explain the status of the server certificate.
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