Struct rusoto_sqs::DeleteMessageRequest [] [src]

pub struct DeleteMessageRequest {
    pub queue_url: String,
    pub receipt_handle: String,
}

Fields

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

Queue URLs are case-sensitive.

The receipt handle associated with the message to delete.

Trait Implementations

impl Default for DeleteMessageRequest
[src]

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

impl Debug for DeleteMessageRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteMessageRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more