pub struct BatchWriteItemResponse {
pub unprocessed_items: HashMap<String, Value>,
pub consumed_capacity: Option<Vec<ConsumedCapacity>>,
pub item_collection_metrics: Option<HashMap<String, Vec<ItemCollectionMetrics>>>,
}Fields§
§unprocessed_items: HashMap<String, Value>§consumed_capacity: Option<Vec<ConsumedCapacity>>§item_collection_metrics: Option<HashMap<String, Vec<ItemCollectionMetrics>>>Trait Implementations§
Source§impl Debug for BatchWriteItemResponse
impl Debug for BatchWriteItemResponse
Source§impl Default for BatchWriteItemResponse
impl Default for BatchWriteItemResponse
Source§fn default() -> BatchWriteItemResponse
fn default() -> BatchWriteItemResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchWriteItemResponse
impl RefUnwindSafe for BatchWriteItemResponse
impl Send for BatchWriteItemResponse
impl Sync for BatchWriteItemResponse
impl Unpin for BatchWriteItemResponse
impl UnsafeUnpin for BatchWriteItemResponse
impl UnwindSafe for BatchWriteItemResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more