class Aws::DynamoDB::Types::BatchStatementRequest


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchStatementRequest AWS API Documentation
@return [Boolean]
The read consistency of the PartiQL batch request.
@!attribute [rw] consistent_read
@return [Array<Types::AttributeValue>]
request.
The parameters associated with a PartiQL statement in the batch
@!attribute [rw] parameters
@return [String]
A valid PartiQL statement.
@!attribute [rw] statement
}
consistent_read: false,
parameters: [“value”], # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
statement: “PartiQLStatement”, # required
{
data as a hash:
@note When making an API call, you may pass BatchStatementRequest
A PartiQL batch statement request.