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

Module representing the Chime OriginationRoute data type

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

Summary

Types

@type t() :: %ExAws.Chime.Voice.OriginationRoute{
  host: String.t() | nil,
  port: non_neg_integer() | nil,
  priority: pos_integer() | nil,
  protocol: String.t() | nil,
  weight: pos_integer() | nil
}