Method: AWS::SQS::Client#get_queue_url

Defined in:
lib/aws/sqs/client.rb

#get_queue_url(options = {}) ⇒ Core::Response

Calls the GetQueueUrl API operation.

Parameters:

  • options (Hash) (defaults to: {})
    • :queue_name - required - (String) The name of the queue whose URL must be fetched.

    • :queue_owner_aws_account_id - (String) The AWS account number of the queue’s owner.

Returns:

  • (Core::Response)

    The #data method of the response object returns a hash with the following structure:

    • :queue_url - (String)



163
# File 'lib/aws/sqs/client.rb', line 163

define_client_method :get_queue_url, 'GetQueueUrl'