ExAws.IAM.User (ExAws.IAM v0.2.0)

View Source

A struct that represents an IAM user.

Summary

Functions

Returns a struct representation of an IAM User.

Types

t()

@type t() :: %ExAws.IAM.User{
  arn: String.t(),
  create_date: String.t(),
  path: String.t(),
  user_id: String.t(),
  user_name: String.t()
}

Functions

new(map)

Returns a struct representation of an IAM User.