Struct aws_sdk_dynamodb::model::TransactWriteItem
source · #[non_exhaustive]pub struct TransactWriteItem { /* private fields */ }
Expand description
A list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables atomically.
Implementations§
source§impl TransactWriteItem
impl TransactWriteItem
sourcepub fn condition_check(&self) -> Option<&ConditionCheck>
pub fn condition_check(&self) -> Option<&ConditionCheck>
A request to perform a check item operation.
source§impl TransactWriteItem
impl TransactWriteItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransactWriteItem
.
Trait Implementations§
source§impl Clone for TransactWriteItem
impl Clone for TransactWriteItem
source§fn clone(&self) -> TransactWriteItem
fn clone(&self) -> TransactWriteItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more