class Amazonite::Sqs::DeleteMessageRequest

Included Modules

Defined in:

sqs/delete_message_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(queue_url : String, receipt_handle : 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 Amazon SQS queue from which messages are deleted.

Queue URLs and names are case-sensitive.


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

The URL of the Amazon SQS queue from which messages are deleted.

Queue URLs and names are case-sensitive.


[View source]
def receipt_handle : String #

The receipt handle associated with the message to delete.


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

The receipt handle associated with the message to delete.


[View source]
def validate! : Nil #

[View source]