Struct aws_sdk_dynamodb::input::BatchExecuteStatementInput
source · [−]#[non_exhaustive]pub struct BatchExecuteStatementInput { /* private fields */ }Implementations
sourceimpl BatchExecuteStatementInput
impl BatchExecuteStatementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchExecuteStatement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchExecuteStatement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchExecuteStatement>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchExecuteStatementInput.
sourceimpl BatchExecuteStatementInput
impl BatchExecuteStatementInput
sourcepub fn statements(&self) -> Option<&[BatchStatementRequest]>
pub fn statements(&self) -> Option<&[BatchStatementRequest]>
The list of PartiQL statements representing the batch to run.
sourcepub fn return_consumed_capacity(&self) -> Option<&ReturnConsumedCapacity>
pub fn return_consumed_capacity(&self) -> Option<&ReturnConsumedCapacity>
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response:
-
INDEXES- The response includes the aggregateConsumedCapacityfor the operation, together withConsumedCapacityfor each table and secondary index that was accessed.Note that some operations, such as
GetItemandBatchGetItem, do not access any indexes at all. In these cases, specifyingINDEXESwill only returnConsumedCapacityinformation for table(s). -
TOTAL- The response includes only the aggregateConsumedCapacityfor the operation. -
NONE- NoConsumedCapacitydetails are included in the response.
Trait Implementations
sourceimpl Clone for BatchExecuteStatementInput
impl Clone for BatchExecuteStatementInput
sourcefn clone(&self) -> BatchExecuteStatementInput
fn clone(&self) -> BatchExecuteStatementInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more