class
Amazonite::Sqs::GetQueueUrlResult
- Amazonite::Sqs::GetQueueUrlResult
- Reference
- Object
Overview
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
Included Modules
- JSON::Serializable
Defined in:
sqs/get_queue_url_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(queue_url : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 queue.
-
#queue_url=(queue_url : String | Nil)
The URL of the 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?.