class
Amazonite::DynamoDB::ExecuteTransactionOutput
- Amazonite::DynamoDB::ExecuteTransactionOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/execute_transaction_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(responses : Array(ItemResponse) | Nil = nil, consumed_capacity : Array(ConsumedCapacity) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 operation.
-
#consumed_capacity=(consumed_capacity : Array(ConsumedCapacity) | Nil)
The capacity units consumed by the entire operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#responses : Array(ItemResponse) | Nil
The response to a PartiQL transaction.
-
#responses=(responses : Array(ItemResponse) | Nil)
The response to a PartiQL transaction.
- #validate! : Nil
Constructor Detail
def self.new(responses : Array(ItemResponse) | Nil = nil, consumed_capacity : Array(ConsumedCapacity) | Nil = nil)
#
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.
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.