class
Amazonite::DynamoDB::BatchExecuteStatementInput
- Amazonite::DynamoDB::BatchExecuteStatementInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/batch_execute_statement_input.crConstructors
- .new(statements : Array(BatchStatementRequest), return_consumed_capacity : ReturnConsumedCapacity | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #return_consumed_capacity : ReturnConsumedCapacity | Nil
- #return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
-
#statements : Array(BatchStatementRequest)
The list of PartiQL statements representing the batch to run.
-
#statements=(statements : Array(BatchStatementRequest))
The list of PartiQL statements representing the batch to run.
- #validate! : Nil
Constructor Detail
def self.new(statements : Array(BatchStatementRequest), return_consumed_capacity : ReturnConsumedCapacity | 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 return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
#
def statements : Array(BatchStatementRequest)
#
The list of PartiQL statements representing the batch to run.
def statements=(statements : Array(BatchStatementRequest))
#
The list of PartiQL statements representing the batch to run.