class
Amazonite::DynamoDB::BatchStatementRequest
- Amazonite::DynamoDB::BatchStatementRequest
- Reference
- Object
Overview
A PartiQL batch statement request.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/batch_statement_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(statement : String, parameters : Array(AttributeValue) | Nil = nil, consistent_read : Bool | Nil = nil, return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#consistent_read : Bool | Nil
The read consistency of the PartiQL batch request.
-
#consistent_read=(consistent_read : Bool | Nil)
The read consistency of the PartiQL batch request.
-
#hash(hasher)
See
Object#hash(hasher) -
#parameters : Array(AttributeValue) | Nil
The parameters associated with a PartiQL statement in the batch request.
-
#parameters=(parameters : Array(AttributeValue) | Nil)
The parameters associated with a PartiQL statement in the batch request.
-
#return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
-
#return_values_on_condition_check_failure=(return_values_on_condition_check_failure : ReturnValuesOnConditionCheckFailure | Nil)
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
-
#statement : String
A valid PartiQL statement.
-
#statement=(statement : String)
A valid PartiQL statement.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The read consistency of the PartiQL batch request.
The parameters associated with a PartiQL statement in the batch request.
The parameters associated with a PartiQL statement in the batch request.
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.
An optional parameter that returns the item attributes for a PartiQL batch request operation that failed a condition check.
There is no additional cost associated with requesting a return value aside from the small network and processing overhead of receiving a larger response. No read capacity units are consumed.