SSHPublicKey class

Contains information about an SSH public key.

This data type is used as a response element in the GetSSHPublicKey and UploadSSHPublicKey operations.

Constructors

SSHPublicKey({required String fingerprint, required String sSHPublicKeyBody, required String sSHPublicKeyId, required StatusType status, required String userName, DateTime? uploadDate})
SSHPublicKey.fromXml(XmlElement elem)
factory

Properties

fingerprint String
The MD5 message digest of the SSH public key.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sSHPublicKeyBody String
The SSH public key.
final
sSHPublicKeyId String
The unique identifier for the SSH public key.
final
status StatusType
The status of the SSH public key. Active means that the key can be used for authentication with an AWS CodeCommit repository. Inactive means that the key cannot be used.
final
uploadDate DateTime?
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.
final
userName String
The name of the IAM user associated with the SSH public key.
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