Class: Aws::Types::DeleteItemOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteItemOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
-
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
-
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
Returns the value of attribute item_collection_metrics.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attributes.
407 408 409 |
# File 'sig/types.rbs', line 407 def attributes @attributes end |
#consumed_capacity ⇒ Types::ConsumedCapacity
Returns the value of attribute consumed_capacity.
408 409 410 |
# File 'sig/types.rbs', line 408 def consumed_capacity @consumed_capacity end |
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
Returns the value of attribute item_collection_metrics.
409 410 411 |
# File 'sig/types.rbs', line 409 def item_collection_metrics @item_collection_metrics end |