Class: Aws::Types::BatchWriteItemInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_items ⇒ ::Hash[::String, ::Array[Types::WriteRequest]]
Returns the value of attribute request_items.
-
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
-
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
Instance Attribute Details
#request_items ⇒ ::Hash[::String, ::Array[Types::WriteRequest]]
Returns the value of attribute request_items.
180 181 182 |
# File 'sig/types.rbs', line 180 def request_items @request_items end |
#return_consumed_capacity ⇒ "INDEXES", ...
Returns the value of attribute return_consumed_capacity.
181 182 183 |
# File 'sig/types.rbs', line 181 def return_consumed_capacity @return_consumed_capacity end |
#return_item_collection_metrics ⇒ "SIZE", "NONE"
Returns the value of attribute return_item_collection_metrics.
182 183 184 |
# File 'sig/types.rbs', line 182 def return_item_collection_metrics @return_item_collection_metrics end |