Class UnprocessedRequest
Represents a batch delete request. It is composed of a table name and key
- Aws\DynamoDb\Model\BatchRequest\AbstractWriteRequest implements Aws\DynamoDb\Model\BatchRequest\WriteRequestInterface
-
Aws\DynamoDb\Model\BatchRequest\UnprocessedRequest
Namespace: Aws\DynamoDb\Model\BatchRequest
Located at Aws/DynamoDb/Model/BatchRequest/UnprocessedRequest.php
Located at Aws/DynamoDb/Model/BatchRequest/UnprocessedRequest.php
Methods summary
-
public__construct ( array $data, string $tableName ) -
publictoArray ( )The parameter form of the request
Methods detail
Parameters
- $data
array
$data- $tableName
string
$tableName The name of the DynamoDB table
The parameter form of the request
Returns
arrayMethods inherited from Aws\DynamoDb\Model\BatchRequest\AbstractWriteRequest
Magic methods summary
Properties summary
protected
array
|
$data |
#
The raw data from a batch write request's response |