Certificate class

Information about a certificate.

Constructors

Certificate({String? certificateArn, String? certificateId, CertificateMode? certificateMode, DateTime? creationDate, CertificateStatus? status})
Certificate.fromJson(Map<String, dynamic> json)
factory

Properties

certificateArn String?
The ARN of the certificate.
final
certificateId String?
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
final
certificateMode CertificateMode?
The mode of the certificate.
final
creationDate DateTime?
The date and time the certificate was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CertificateStatus?
The status of the 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