ExAws.Chime.TelephonySettings (ex_aws_chime v1.0.0)

Module representing the Chime TelephonySettings data type

See https://docs.aws.amazon.com/chime/latest/APIReference/API_TelephonySettings.html

Summary

Types

@type t() :: %ExAws.Chime.TelephonySettings{
  inbound_calling: boolean(),
  outbound_calling: boolean(),
  sms: boolean()
}