Certificate class

A certificate authority (CA) certificate for an AWS account.

Constructors

Certificate({String? certificateArn, String? certificateIdentifier, String? certificateType, String? thumbprint, DateTime? validFrom, DateTime? validTill})
Certificate.fromXml(XmlElement elem)
factory

Properties

certificateArn String?
The Amazon Resource Name (ARN) for the certificate.
final
certificateIdentifier String?
The unique key that identifies a certificate.
final
certificateType String?
The type of the certificate.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbprint String?
The thumbprint of the certificate.
final
validFrom DateTime?
The starting date-time from which the certificate is valid.
final
validTill DateTime?
The date-time after which the certificate is no longer 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