SshPublicKey
public struct SshPublicKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the date that the public key was added to the user account.
Declaration
Swift
public let dateImported: TimeStamp
-
Specifies the content of the SSH public key as specified by the PublicKeyId.
Declaration
Swift
public let sshPublicKeyBody: String
-
Specifies the SshPublicKeyId parameter contains the identifier of the public key.
Declaration
Swift
public let sshPublicKeyId: String
-
Undocumented
Declaration
Swift
public init(dateImported: TimeStamp, sshPublicKeyBody: String, sshPublicKeyId: String)