get_queue_attrs {aws.sqs} | R Documentation |
Get and set queue attributes
get_queue_attrs(queue, attributes = "All", query = NULL, ...) set_queue_attrs(queue, attributes, query = NULL, ...)
queue |
A character string containing a queue URL, or the name of the queue. |
attributes |
For |
query |
A list specifying additional query arguments to be passed to the |
... |
Additional arguments passed to |
Get or set the attributes for a queue.
For get_queue_attrs
, a data.frame list of queue attributes. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
For set_queue_attrs
, a logical TRUE
if operation was successful. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
Thomas J. Leeper
link{create_queue}