class
Amazonite::DynamoDB::ExecuteTransactionInput
- Amazonite::DynamoDB::ExecuteTransactionInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/execute_transaction_input.crConstructors
- .new(transact_statements : Array(ParameterizedStatement), client_request_token : String | Nil = nil, 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. -
#client_request_token : String | Nil
Set this value to get remaining results, if
NextTokenwas returned in the statement response. -
#client_request_token=(client_request_token : String | Nil)
Set this value to get remaining results, if
NextTokenwas returned in the statement response. -
#hash(hasher)
See
Object#hash(hasher) -
#return_consumed_capacity : ReturnConsumedCapacity | Nil
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.
-
#return_consumed_capacity=(return_consumed_capacity : ReturnConsumedCapacity | Nil)
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.
-
#transact_statements : Array(ParameterizedStatement)
The list of PartiQL statements representing the transaction to run.
-
#transact_statements=(transact_statements : Array(ParameterizedStatement))
The list of PartiQL statements representing the transaction to run.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Set this value to get remaining results, if NextToken was returned in the statement response.
Set this value to get remaining results, if NextToken was returned in the statement response.
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.
The list of PartiQL statements representing the transaction to run.
The list of PartiQL statements representing the transaction to run.