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

Module representing the Chime GeoMatchParams data type

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

Summary

Types

@type t() :: %ExAws.Chime.Voice.GeoMatchParams{
  area_code: String.t(),
  country: String.t()
}