SSHPublicKey

public struct SSHPublicKey : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The MD5 message digest of the SSH public key.

    Declaration

    Swift

    public let fingerprint: String
  • The SSH public key.

    Declaration

    Swift

    public let sSHPublicKeyBody: String
  • The unique identifier for the SSH public key.

    Declaration

    Swift

    public let sSHPublicKeyId: String
  • 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.

    Declaration

    Swift

    public let status: StatusType
  • The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.

    Declaration

    Swift

    public let uploadDate: TimeStamp?
  • The name of the IAM user associated with the SSH public key.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(fingerprint: String, sSHPublicKeyBody: String, sSHPublicKeyId: String, status: StatusType, uploadDate: TimeStamp? = nil, userName: String)