class
Amazonite::Sqs::TagQueueRequest
- Amazonite::Sqs::TagQueueRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/tag_queue_request.crConstructors
- .new(queue_url : String, tags : Hash(String, String))
- .new(pull : JSON::PullParser)
- .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
The URL of the queue.
-
#queue_url=(queue_url : String)
The URL of the queue.
-
#tags : Hash(String, String)
The list of tags to be added to the specified queue.
-
#tags=(tags : Hash(String, String))
The list of tags to be added to the specified 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?.