TransactGetItemsOutput class

Constructors

TransactGetItemsOutput({List<ConsumedCapacity>? consumedCapacity, List<ItemResponse>? responses})
TransactGetItemsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

consumedCapacity List<ConsumedCapacity>?
If the ReturnConsumedCapacity value was TOTAL, this is an array of ConsumedCapacity objects, one for each table addressed by TransactGetItem objects in the TransactItems parameter. These ConsumedCapacity objects report the read-capacity units consumed by the TransactGetItems call in that table.
final
hashCode int
The hash code for this object.
no setterinherited
responses List<ItemResponse>?
An ordered array of up to 25 ItemResponse objects, each of which corresponds to the TransactGetItem object in the same position in the TransactItems array. Each ItemResponse object contains a Map of the name-value pairs that are the projected attributes of the requested item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited