Struct rusoto_sqs::DeleteMessageBatchRequestEntry [] [src]

pub struct DeleteMessageBatchRequestEntry {
    pub id: String,
    pub receipt_handle: String,
}

Encloses a receipt handle and an identifier for it.

Fields

An identifier for this particular receipt handle. This is used to communicate the result.

The Ids of a batch request need to be unique within a request

A receipt handle.

Trait Implementations

impl Default for DeleteMessageBatchRequestEntry
[src]

[src]

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

impl Debug for DeleteMessageBatchRequestEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteMessageBatchRequestEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations