class
Amazonite::Sqs::CreateQueueResult
- Amazonite::Sqs::CreateQueueResult
- Reference
- Object
Overview
Returns the QueueUrl attribute of the created queue.
Included Modules
- JSON::Serializable
Defined in:
sqs/create_queue_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#queue_url : String | Nil
The URL of the created Amazon SQS queue.
-
#queue_url=(queue_url : String | Nil)
The URL of the created Amazon SQS queue.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.