class Aws::DynamoDB::Types::BatchStatementRequest

A PartiQL batch statement request.

@note When making an API call, you may pass BatchStatementRequest

data as a hash:

    {
      statement: "PartiQLStatement", # required
      parameters: ["value"], # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
      consistent_read: false,
    }

@!attribute [rw] statement

A valid PartiQL statement.
@return [String]

@!attribute [rw] parameters

The parameters associated with a PartiQL statement in the batch
request.
@return [Array<Types::AttributeValue>]

@!attribute [rw] consistent_read

The read consistency of the PartiQL batch request.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchStatementRequest AWS API Documentation

Constants

SENSITIVE