class Amazonite::DynamoDB::ExecuteTransactionOutput

Included Modules

Defined in:

dynamodb/execute_transaction_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(responses : Array(ItemResponse) | Nil = nil, consumed_capacity : Array(ConsumedCapacity) | Nil = nil) #

[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 operation. The values of the list are ordered according to the ordering of the statements.


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

The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.


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

See Object#hash(hasher)


def responses : Array(ItemResponse) | Nil #

The response to a PartiQL transaction.


[View source]
def responses=(responses : Array(ItemResponse) | Nil) #

The response to a PartiQL transaction.


[View source]
def validate! : Nil #

[View source]