Table of Contents

Class ExecuteTransactionResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

This is the response object from the ExecuteTransaction operation.

public class ExecuteTransactionResponse : AmazonWebServiceResponse
Inheritance
ExecuteTransactionResponse

Constructors

ExecuteTransactionResponse()

public ExecuteTransactionResponse()

Properties

ConsumedCapacity

Gets and sets the property ConsumedCapacity.

The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

public List<ConsumedCapacity> ConsumedCapacity { get; set; }

Property Value

List<ConsumedCapacity>

Responses

Gets and sets the property Responses.

The response to a PartiQL transaction.

public List<ItemResponse> Responses { get; set; }

Property Value

List<ItemResponse>