View Source ExAliyunOts.Instance (ex_aliyun_ots v0.15.2)

Describe Alibaba TableStore instance primary information.

Summary

Types

@type t() :: %ExAliyunOts.Instance{
  access_key_id: term(),
  access_key_secret: term(),
  endpoint: term(),
  name: term(),
  pool_count: term(),
  pool_size: term()
}