OutgoingCertificate class

A certificate that has been transferred but not yet accepted.

Constructors

OutgoingCertificate({String? certificateArn, String? certificateId, DateTime? creationDate, DateTime? transferDate, String? transferMessage, String? transferredTo})
OutgoingCertificate.fromJson(Map<String, dynamic> json)
factory

Properties

certificateArn String?
The certificate ARN.
final
certificateId String?
The certificate ID.
final
creationDate DateTime?
The certificate creation date.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferDate DateTime?
The date the transfer was initiated.
final
transferMessage String?
The transfer message.
final
transferredTo String?
The AWS account to which the transfer was made.
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