class
Amazonite::Sqs::DeleteMessageRequest
- Amazonite::Sqs::DeleteMessageRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/delete_message_request.crConstructors
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 Amazon SQS queue from which messages are deleted.
-
#queue_url=(queue_url : String)
The URL of the Amazon SQS queue from which messages are deleted.
-
#receipt_handle : String
The receipt handle associated with the message to delete.
-
#receipt_handle=(receipt_handle : String)
The receipt handle associated with the message to delete.
- #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?.
def queue_url : String
#
The URL of the Amazon SQS queue from which messages are deleted.
Queue URLs and names are case-sensitive.
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.
def receipt_handle=(receipt_handle : String)
#
The receipt handle associated with the message to delete.