class Amazonite::DynamoDB::TransactWriteItemsOutput

Included Modules

Defined in:

dynamodb/transact_write_items_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(consumed_capacity : Array(ConsumedCapacity) | Nil = nil, item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def consumed_capacity : Array(ConsumedCapacity) | Nil #

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.


[View source]
def consumed_capacity=(consumed_capacity : Array(ConsumedCapacity) | Nil) #

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil #

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.


[View source]
def item_collection_metrics=(item_collection_metrics : Hash(String, Array(ItemCollectionMetrics)) | Nil) #

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.


[View source]
def validate! : Nil #

[View source]