class
Amazonite::Sqs::ChangeMessageVisibilityRequest
- Amazonite::Sqs::ChangeMessageVisibilityRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/change_message_visibility_request.crConstructors
- .new(queue_url : String, receipt_handle : String, visibility_timeout : Int32)
- .new(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 Amazon SQS queue whose message's visibility is changed.
-
#queue_url=(queue_url : String)
The URL of the Amazon SQS queue whose message's visibility is changed.
-
#receipt_handle : String
The receipt handle associated with the message, whose visibility timeout is changed.
-
#receipt_handle=(receipt_handle : String)
The receipt handle associated with the message, whose visibility timeout is changed.
- #validate! : Nil
-
#visibility_timeout : Int32
The new value for the message's visibility timeout (in seconds).
-
#visibility_timeout=(visibility_timeout : Int32)
The new value for the message's visibility timeout (in seconds).
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
The URL of the Amazon SQS queue whose message's visibility is changed.
Queue URLs and names are case-sensitive.
The receipt handle associated with the message, whose visibility timeout is changed. This
parameter is returned by the ReceiveMessage action.
The receipt handle associated with the message, whose visibility timeout is changed. This
parameter is returned by the ReceiveMessage action.
The new value for the message's visibility timeout (in seconds). Values range: 0 to 43200.
Maximum: 12 hours.
The new value for the message's visibility timeout (in seconds). Values range: 0 to 43200.
Maximum: 12 hours.