Class: Mongo::Crypt::RewrapManyDataKeyResult
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/mongo/crypt/rewrap_many_data_key_result.rb |
Overview
Represent result of the rewrap many data ke operation.
Class Method Summary
Instance Attribute Summary
- #bulk_write_result readonly
Constructor Details
.new(bulk_write_result) ⇒ RewrapManyDataKeyResult
# File 'lib/mongo/crypt/rewrap_many_data_key_result.rb', line 32
def initialize(bulk_write_result) @bulk_write_result = bulk_write_result end
Instance Attribute Details
#bulk_write_result (readonly)
[ GitHub ]# File 'lib/mongo/crypt/rewrap_many_data_key_result.rb', line 27
attr_reader :bulk_write_result