SSHPublicKeyMetadata class
Contains information about an SSH public key, without the key's body or fingerprint.
This data type is used as a response element in the ListSSHPublicKeys operation.
Constructors
- SSHPublicKeyMetadata({required String sSHPublicKeyId, required StatusType status, required DateTime uploadDate, required String userName})
- SSHPublicKeyMetadata.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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