Class: Aws::SQS::Types::CreateQueueResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::CreateQueueResult
- Defined in:
- gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb
Overview
Returns the QueueUrl
attribute of the created queue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue_url ⇒ String
The URL of the created Amazon SQS queue.
Instance Attribute Details
#queue_url ⇒ String
The URL of the created Amazon SQS queue.
537 538 539 540 541 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 537 class CreateQueueResult < Struct.new( :queue_url) SENSITIVE = [] include Aws::Structure end |