Class: Aws::SQS::Types::CreateQueueResult

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

Overview

Returns the ‘QueueUrl` attribute of the created queue.

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the created Amazon SQS queue.

Returns:

  • (String)


432
433
434
435
# File 'lib/aws-sdk-sqs/types.rb', line 432

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