class Amazonite::Sqs::ChangeMessageVisibilityBatchRequest

Included Modules

Defined in:

sqs/change_message_visibility_batch_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(queue_url : String, entries : Array(ChangeMessageVisibilityBatchRequestEntry)) #

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

[View source]
def self.new(*, __pull_for_json_serializable 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?.


Lists the receipt handles of the messages for which the visibility timeout must be changed.


[View source]
def entries=(entries : Array(ChangeMessageVisibilityBatchRequestEntry)) #

Lists the receipt handles of the messages for which the visibility timeout must be changed.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def queue_url : String #

The URL of the Amazon SQS queue whose messages' visibility is changed.

Queue URLs and names are case-sensitive.


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

The URL of the Amazon SQS queue whose messages' visibility is changed.

Queue URLs and names are case-sensitive.


[View source]
def validate! : Nil #

[View source]