ExAws.Chime.Voice.Termination (ex_aws_chime v2.0.1)

Module representing the Chime Termination data type

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

Summary

Types

@type t() :: %ExAws.Chime.Voice.Termination{
  calling_regions: [String.t()] | nil,
  cidr_allowed_list: [String.t()] | nil,
  cps_limit: pos_integer() | nil,
  default_phone_number: String.t() | nil,
  disabled: boolean() | nil
}