class Amazonite::DynamoDBV2::BatchExecuteStatementOutput
- Amazonite::DynamoDBV2::BatchExecuteStatementOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/batch_execute_statement_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(responses : Array(BatchStatementResponse) | Nil = nil, consumed_capacity : Array(ConsumedCapacity) | Nil = nil)
Instance Method Summary
- #consumed_capacity : Array(ConsumedCapacity) | Nil
- #consumed_capacity=(consumed_capacity : Array(ConsumedCapacity) | Nil)
- #responses : Array(BatchStatementResponse) | Nil
- #responses=(responses : Array(BatchStatementResponse) | Nil)
Constructor Detail
def self.new(responses : Array(BatchStatementResponse) | Nil = nil, consumed_capacity : Array(ConsumedCapacity) | Nil = nil)
#