CertificateMessage class

Constructors

CertificateMessage({List<Certificate>? certificates, String? marker})
CertificateMessage.fromXml(XmlElement elem)
factory

Properties

certificates List<Certificate>?
A list of certificates for this AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
marker String?
An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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