ExAws.SQS.get_queue_url

You're seeing just the function get_queue_url, go back to ExAws.SQS module for more information.
Link to this function

get_queue_url(queue_name, opts \\ [])

View Source

Specs

get_queue_url(
  queue_name :: binary(),
  opts :: [{:queue_owner_aws_account_id, binary()}]
) :: ExAws.Operation.Query.t()

Get queue URL

AWS API Docs

Options

  • :queue_owner_aws_account_id - The AWS account ID of the account that created the queue.