class Aws::DynamoDB::Types::ExecuteStatementInput


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ExecuteStatementInput AWS API Documentation
@return [String]
receiving a larger response. No read capacity units are consumed.
value aside from the small network and processing overhead of
There is no additional cost associated with requesting a return
`ExecuteStatement` operation that failed a condition check.
An optional parameter that returns the item attributes for an
@!attribute [rw] return_values_on_condition_check_failure
@return [Integer]
the operation.
in ‘LastEvaluatedKey` to apply in a subsequent operation to continue
operation and returns the matching values up to the limit, and a key
exceeds 1 MB before DynamoDB reaches this limit, it stops the
pick up where you left off. Also, if the processed dataset size
`LastEvaluatedKey` to apply in a subsequent operation so you can
returns the matching values up to that point, along with a key in
the limit while processing the results, it stops the operation and
of matching items). If DynamoDB processes the number of items up to
The maximum number of items to evaluate (not necessarily the number
@!attribute [rw] limit
@return [String]
response.
* `NONE` - No `ConsumedCapacity` details are included in the
`ConsumedCapacity` for the operation.
* `TOTAL` - The response includes only the aggregate
table(s).
`INDEXES` will only return `ConsumedCapacity` information for
do not access any indexes at all. In these cases, specifying
Note that some operations, such as `GetItem` and `BatchGetItem`,
and secondary index that was accessed.
for the operation, together with `ConsumedCapacity` for each table
* `INDEXES` - The response includes the aggregate `ConsumedCapacity`
throughput consumption that is returned in the response:
Determines the level of detail about either provisioned or on-demand
@!attribute [rw] return_consumed_capacity
@return [String]
in the statement response.
Set this value to get remaining results, if `NextToken` was returned
@!attribute [rw] next_token
@return [Boolean]
consistent read is used.
strongly consistent read is used; otherwise, an eventually
The consistency of a read operation. If set to `true`, then a
@!attribute [rw] consistent_read
@return [Array<Types::AttributeValue>]
The parameters for the PartiQL statement, if any.
@!attribute [rw] parameters
@return [String]
The PartiQL statement representing the operation to run.
@!attribute [rw] statement