class Amazonite::Sqs::TagQueueRequest

Included Modules

Defined in:

sqs/tag_queue_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(queue_url : String, tags : Hash(String, String)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def queue_url : String #

The URL of the queue.


[View source]
def queue_url=(queue_url : String) #

The URL of the queue.


[View source]
def tags : Hash(String, String) #

The list of tags to be added to the specified queue.


[View source]
def tags=(tags : Hash(String, String)) #

The list of tags to be added to the specified queue.


[View source]
def validate! : Nil #

[View source]