class Aws::DynamoDB::Types::BatchExecuteStatementInput

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

data as a hash:

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

@!attribute [rw] statements

The list of PartiQL statements representing the batch to run.
@return [Array<Types::BatchStatementRequest>]

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

Constants

SENSITIVE