Method: Aws::SQS::Types::CreateQueueResult#queue_url

Defined in:
lib/aws-sdk-sqs/types.rb

#queue_urlString

The URL of the created Amazon SQS queue.

Returns:

  • (String)


546
547
548
549
550
# File 'lib/aws-sdk-sqs/types.rb', line 546

class CreateQueueResult < Struct.new(
  :queue_url)
  SENSITIVE = []
  include Aws::Structure
end