AWSDynamoDBExecuteTransactionInput
Objective-C
@interface AWSDynamoDBExecuteTransactionInput
Swift
class AWSDynamoDBExecuteTransactionInput
-
Set this value to get remaining results, if
NextToken
was returned in the statement response.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRequestToken;
Swift
var clientRequestToken: String? { get set }
-
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBReturnConsumedCapacity returnConsumedCapacity;
Swift
var returnConsumedCapacity: AWSDynamoDBReturnConsumedCapacity { get set }
-
The list of PartiQL statements representing the transaction to run.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBParameterizedStatement *> *_Nullable transactStatements;
Swift
var transactStatements: [AWSDynamoDBParameterizedStatement]? { get set }