Struct rusoto_sqs::DeleteMessageBatchRequest [] [src]

pub struct DeleteMessageBatchRequest {
    pub entries: DeleteMessageBatchRequestEntryList,
    pub queue_url: String,
}

Fields

A list of receipt handles for the messages to be deleted.

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

Queue URLs are case-sensitive.

Trait Implementations

impl Default for DeleteMessageBatchRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteMessageBatchRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteMessageBatchRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more