[−][src]Struct rusoto_sqs::ChangeMessageVisibilityBatchRequestEntry
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
All of the following list parameters must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n
, where n
is an integer value starting with 1
. For example, a parameter list for this action might look like this:
&ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2
&ChangeMessageVisibilityBatchRequestEntry.1.ReceiptHandle=your_receipt_handle
&ChangeMessageVisibilityBatchRequestEntry.1.VisibilityTimeout=45
Fields
id: String
An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request
receipt_handle: String
A receipt handle.
visibility_timeout: Option<i64>
The new value (in seconds) for the message's visibility timeout.
Trait Implementations
impl PartialEq<ChangeMessageVisibilityBatchRequestEntry> for ChangeMessageVisibilityBatchRequestEntry
[src]
fn eq(&self, other: &ChangeMessageVisibilityBatchRequestEntry) -> bool
[src]
fn ne(&self, other: &ChangeMessageVisibilityBatchRequestEntry) -> bool
[src]
impl Default for ChangeMessageVisibilityBatchRequestEntry
[src]
impl Clone for ChangeMessageVisibilityBatchRequestEntry
[src]
fn clone(&self) -> ChangeMessageVisibilityBatchRequestEntry
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ChangeMessageVisibilityBatchRequestEntry
[src]
Auto Trait Implementations
impl Send for ChangeMessageVisibilityBatchRequestEntry
impl Sync for ChangeMessageVisibilityBatchRequestEntry
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self