Struct aws_sdk_dynamodb::input::TransactGetItemsInput
source · [−]#[non_exhaustive]pub struct TransactGetItemsInput {
pub transact_items: Option<Vec<TransactGetItem>>,
pub return_consumed_capacity: Option<ReturnConsumedCapacity>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.transact_items: Option<Vec<TransactGetItem>>An ordered array of up to 25 TransactGetItem objects, each of which contains a Get structure.
return_consumed_capacity: Option<ReturnConsumedCapacity>A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TransactGetItems, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TransactGetItems, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<TransactGetItems>
Creates a new builder-style object to manufacture TransactGetItemsInput
An ordered array of up to 25 TransactGetItem objects, each of which contains a Get structure.
A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TransactGetItemsInput
impl Send for TransactGetItemsInput
impl Sync for TransactGetItemsInput
impl Unpin for TransactGetItemsInput
impl UnwindSafe for TransactGetItemsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more