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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the created Amazon SQS queue.

Returns:

  • (String)


540
541
542
543
544
# File 'lib/aws-sdk-sqs/types.rb', line 540

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