ImportSshPublicKeyResponse

public struct ImportSshPublicKeyResponse : 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 name given to a public key by the system that was imported.

    Declaration

    Swift

    public let sshPublicKeyId: String
  • A user name assigned to the ServerID value that you specified.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(serverId: String, sshPublicKeyId: String, userName: String)