Class: Aws::Types::BatchWriteItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteItemOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
-
#item_collection_metrics ⇒ ::Hash[::String, ::Array[Types::ItemCollectionMetrics]]
Returns the value of attribute item_collection_metrics.
-
#unprocessed_items ⇒ ::Hash[::String, ::Array[Types::WriteRequest]]
Returns the value of attribute unprocessed_items.
Instance Attribute Details
#consumed_capacity ⇒ ::Array[Types::ConsumedCapacity]
Returns the value of attribute consumed_capacity.
189 190 191 |
# File 'sig/types.rbs', line 189 def consumed_capacity @consumed_capacity end |
#item_collection_metrics ⇒ ::Hash[::String, ::Array[Types::ItemCollectionMetrics]]
Returns the value of attribute item_collection_metrics.
188 189 190 |
# File 'sig/types.rbs', line 188 def item_collection_metrics @item_collection_metrics end |
#unprocessed_items ⇒ ::Hash[::String, ::Array[Types::WriteRequest]]
Returns the value of attribute unprocessed_items.
187 188 189 |
# File 'sig/types.rbs', line 187 def unprocessed_items @unprocessed_items end |