Struct rusoto_sqs::ChangeMessageVisibilityBatchRequest [] [src]

pub struct ChangeMessageVisibilityBatchRequest {
    pub entries: ChangeMessageVisibilityBatchRequestEntryList,
    pub queue_url: String,
}

Fields

A list of receipt handles of the messages for which the visibility timeout must be changed.

The URL of the Amazon SQS queue whose messages' visibility is changed.

Queue URLs are case-sensitive.

Trait Implementations

impl Default for ChangeMessageVisibilityBatchRequest
[src]

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

impl Debug for ChangeMessageVisibilityBatchRequest
[src]

Formats the value using the given formatter.

impl Clone for ChangeMessageVisibilityBatchRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more