Method: Aws::SQS::Types::CreateQueueResult#queue_url
- Defined in:
- lib/aws-sdk-sqs/types.rb
#queue_url ⇒ String
The URL of the created Amazon SQS queue.
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 |