class
Amazonite::DynamoDB::BatchStatementResponse
- Amazonite::DynamoDB::BatchStatementResponse
- Reference
- Object
Overview
A PartiQL batch statement response..
Included Modules
- JSON::Serializable
Defined in:
dynamodb/batch_statement_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(error : BatchStatementError | Nil = nil, table_name : String | Nil = nil, item : Hash(String, AttributeValue) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : BatchStatementError | Nil
The error associated with a failed PartiQL batch statement.
-
#error=(error : BatchStatementError | Nil)
The error associated with a failed PartiQL batch statement.
-
#hash(hasher)
See
Object#hash(hasher) -
#item : Hash(String, AttributeValue) | Nil
A DynamoDB item associated with a BatchStatementResponse
-
#item=(item : Hash(String, AttributeValue) | Nil)
A DynamoDB item associated with a BatchStatementResponse
-
#table_name : String | Nil
The table name associated with a failed PartiQL batch statement.
-
#table_name=(table_name : String | Nil)
The table name associated with a failed PartiQL batch statement.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error associated with a failed PartiQL batch statement.
A DynamoDB item associated with a BatchStatementResponse
A DynamoDB item associated with a BatchStatementResponse
The table name associated with a failed PartiQL batch statement.