AWSDynamoDBBatchStatementResponse
Objective-C
@interface AWSDynamoDBBatchStatementResponse
Swift
class AWSDynamoDBBatchStatementResponse
A PartiQL batch statement response..
-
The error associated with a failed PartiQL batch statement.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBBatchStatementError *_Nullable error;
Swift
var error: AWSDynamoDBBatchStatementError? { get set }
-
A DynamoDB item associated with a BatchStatementResponse
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSDynamoDBAttributeValue *> *_Nullable item;
Swift
var item: [String : AWSDynamoDBAttributeValue]? { get set }
-
The table name associated with a failed PartiQL batch statement.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }