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

Module representing the Chime DNISEmergencyCallingConfiguration data type

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

Summary

Types

@type t() :: %ExAws.Chime.Voice.DNISEmergencyCallingConfiguration{
  calling_country: String.t(),
  emergency_phone_number: String.t(),
  test_phone_number: String.t() | nil
}