class
Amazonite::DynamoDB::BatchExecuteStatementOutput
- Amazonite::DynamoDB::BatchExecuteStatementOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/batch_execute_statement_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(responses : Array(BatchStatementResponse) | 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(BatchStatementResponse) | Nil
The response to each PartiQL statement in the batch.
-
#responses=(responses : Array(BatchStatementResponse) | Nil)
The response to each PartiQL statement in the batch.
- #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 operation. The values of the list are ordered according to the ordering of the statements.
The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.
The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.
The response to each PartiQL statement in the batch. The values of the list are ordered according to the ordering of the request statements.