ExAws.IAM.AccessKey (ExAws.IAM v0.2.0)

View Source

A struct that represents an IAM access key.

Summary

Functions

Returns a struct representation of an IAM AccessKey.

Types

t()

@type t() :: %ExAws.IAM.AccessKey{
  access_key_id: String.t(),
  access_key_selector: String.t(),
  create_date: String.t(),
  secret_access_key: String.t(),
  status: String.t(),
  user_name: String.t()
}

Functions

new(map)

Returns a struct representation of an IAM AccessKey.