A struct that represents an IAM user.
Returns a struct representation of an IAM User.
@type t() :: %ExAws.IAM.User{ arn: String.t(), create_date: String.t(), path: String.t(), user_id: String.t(), user_name: String.t() }