ImportSshPublicKeyRequest
public struct ImportSshPublicKeyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A system-assigned unique identifier for a file transfer protocol-enabled server.
Declaration
Swift
public let serverId: String -
The public key portion of an SSH key pair.
Declaration
Swift
public let sshPublicKeyBody: String -
The name of the user account that is assigned to one or more file transfer protocol-enabled servers.
Declaration
Swift
public let userName: String -
Undocumented
Declaration
Swift
public init(serverId: String, sshPublicKeyBody: String, userName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ImportSshPublicKeyRequest Structure Reference