class
Amazonite::DynamoDB::TransactWriteItemsOutput
- Amazonite::DynamoDB::TransactWriteItemsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/transact_write_items_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(consumed_capacity : Array(ConsumedCapacity) | Nil = nil, item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#consumed_capacity : Array(ConsumedCapacity) | Nil
The capacity units consumed by the entire
TransactWriteItemsoperation. -
#consumed_capacity=(consumed_capacity : Array(ConsumedCapacity) | Nil)
The capacity units consumed by the entire
TransactWriteItemsoperation. -
#hash(hasher)
See
Object#hash(hasher) -
#item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil
A list of tables that were processed by
TransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations. -
#item_collection_metrics=(item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil)
A list of tables that were processed by
TransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The capacity units consumed by the entire TransactWriteItems operation. The values of the list
are ordered according to the ordering of the TransactItems request parameter.
If the table has vector indexes, each element also includes a VectorIndexes field with
VectorWriteRequestBytes consumed for each affected vector index.
The capacity units consumed by the entire TransactWriteItems operation. The values of the list
are ordered according to the ordering of the TransactItems request parameter.
If the table has vector indexes, each element also includes a VectorIndexes field with
VectorWriteRequestBytes consumed for each affected vector index.
A list of tables that were processed by TransactWriteItems and, for each table, information
about any item collections that were affected by individual UpdateItem, PutItem, or
DeleteItem operations.
A list of tables that were processed by TransactWriteItems and, for each table, information
about any item collections that were affected by individual UpdateItem, PutItem, or
DeleteItem operations.