View Source AliyunOpenAPI.Config (aliyun_open_api v0.6.0)

A struct representing a config.

Summary

Types

@type opt() :: {:access_key_id, String.t()} | {:access_key_secret, String.t()}
@type opts() :: [opt()]
@type t() :: %AliyunOpenAPI.Config{
  access_key_id: String.t(),
  access_key_secret: String.t()
}

Functions

@spec new!(opts()) :: t()