class Aws::DynamoDB::Types::BatchExecuteStatementOutput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchExecuteStatementOutput AWS API Documentation
@return [Array<Types::ConsumedCapacity>]
the list are ordered according to the ordering of the statements.
The capacity units consumed by the entire operation. The values of
@!attribute [rw] consumed_capacity
@return [Array<Types::BatchStatementResponse>]
statements.
the list are ordered according to the ordering of the request
The response to each PartiQL statement in the batch. The values of
@!attribute [rw] responses