class
Amazonite::Sqs::ListMessageMoveTasksRequest
- Amazonite::Sqs::ListMessageMoveTasksRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
sqs/list_message_move_tasks_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(source_arn : String, max_results : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to include in the response.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to include in the response.
-
#source_arn : String
The ARN of the queue whose message movement tasks are to be listed.
-
#source_arn=(source_arn : String)
The ARN of the queue whose message movement tasks are to be listed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.
The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.
The ARN of the queue whose message movement tasks are to be listed.