Struct rusoto_sqs::ChangeMessageVisibilityRequest [] [src]

pub struct ChangeMessageVisibilityRequest {
    pub queue_url: String,
    pub receipt_handle: String,
    pub visibility_timeout: i64,
}

Fields

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

Queue URLs are case-sensitive.

The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage action.

The new value for the message's visibility timeout (in seconds). Values values: 0 to 43200. Maximum: 12 hours.

Trait Implementations

impl Default for ChangeMessageVisibilityRequest
[src]

[src]

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

impl Debug for ChangeMessageVisibilityRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ChangeMessageVisibilityRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more