ExAws.Chime.Termination (ex_aws_chime v1.0.0)

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.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
}