Class: Aws::SQS::Types::GetQueueUrlResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

For more information, see [Interpreting Responses] in the *Amazon Simple Queue Service Developer Guide*.

[1]: docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-responses.html

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the queue.

Returns:

  • (String)


768
769
770
771
# File 'lib/aws-sdk-sqs/types.rb', line 768

class GetQueueUrlResult < Struct.new(
  :queue_url)
  include Aws::Structure
end