Provides a struct to hold Host data.
##Examples
iex> h = %Facts.Host.InfoStat{hostname: "somehost", os: "Linux"} ...> h.os "Linux"
t() :: %Facts.Host.InfoStat{bootime: integer, host_id: binary, hostname: binary, kernel_version: binary, os: binary, platform: binary, platform_family: binary, platform_version: binary, procs: integer, uptime: integer, virtualization_role: binary, virtualizatioon_system: binary}