Class: Aws::SQS::Types::GetQueueUrlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::GetQueueUrlResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
For more information, see [Interpreting Responses] in the *Amazon SQS Developer Guide*.
[1]: docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-responses.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue_url ⇒ String
The URL of the queue.
Instance Attribute Details
#queue_url ⇒ String
The URL of the queue.
931 932 933 934 935 |
# File 'lib/aws-sdk-sqs/types.rb', line 931 class GetQueueUrlResult < Struct.new( :queue_url) SENSITIVE = [] include Aws::Structure end |