ExAws.IAM v0.1.1 ExAws.Iam.User View Source

A struct that represents an IAM user.

Link to this section Summary

Functions

Returns a struct representation of an IAM User

Link to this section Types

Link to this type t() View Source
t() :: %ExAws.Iam.User{
  arn: String.t(),
  create_date: String.t(),
  path: String.t(),
  user_id: String.t(),
  user_name: String.t()
}

Link to this section Functions

Returns a struct representation of an IAM User.