CertificateDescription class

Describes a certificate.

Constructors

CertificateDescription({String? caCertificateId, String? certificateArn, String? certificateId, CertificateMode? certificateMode, String? certificatePem, DateTime? creationDate, int? customerVersion, String? generationId, DateTime? lastModifiedDate, String? ownedBy, String? previousOwnedBy, CertificateStatus? status, TransferData? transferData, CertificateValidity? validity})
CertificateDescription.fromJson(Map<String, dynamic> json)
factory

Properties

caCertificateId String?
The certificate ID of the CA certificate used to sign this certificate.
final
certificateArn String?
The ARN of the certificate.
final
certificateId String?
The ID of the certificate.
final
certificateMode CertificateMode?
The mode of the certificate.
final
certificatePem String?
The certificate data, in PEM format.
final
creationDate DateTime?
The date and time the certificate was created.
final
customerVersion int?
The customer version of the certificate.
final
generationId String?
The generation ID of the certificate.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The date and time the certificate was last modified.
final
ownedBy String?
The ID of the AWS account that owns the certificate.
final
previousOwnedBy String?
The ID of the AWS account of the previous owner of the certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CertificateStatus?
The status of the certificate.
final
transferData TransferData?
The transfer data.
final
validity CertificateValidity?
When the certificate is valid.
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