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

A struct that represents an IAM access key.

Link to this section Summary

Functions

Returns a struct representation of an IAM AccessKey

Link to this section Types

Link to this type t() View Source
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()
}

Link to this section Functions

Returns a struct representation of an IAM AccessKey.