Struct rusoto_sqs::DeleteMessageBatchResultEntry [] [src]

pub struct DeleteMessageBatchResultEntry {
    pub id: String,
}

Encloses the Id of an entry in DeleteMessageBatch .

Fields

Represents a successfully deleted message.

Trait Implementations

impl Default for DeleteMessageBatchResultEntry
[src]

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

impl Debug for DeleteMessageBatchResultEntry
[src]

Formats the value using the given formatter.

impl Clone for DeleteMessageBatchResultEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more