Module: Aws::DynamoDB::Client::_DeleteItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attributes ⇒ ::Hash[::String, Types::AttributeValue]
- #consumed_capacity ⇒ Types::ConsumedCapacity
- #item_collection_metrics ⇒ Types::ItemCollectionMetrics
Instance Method Details
#attributes ⇒ ::Hash[::String, Types::AttributeValue]
247 |
# File 'sig/client.rbs', line 247
def attributes: () -> ::Hash[::String, Types::AttributeValue]
|
#consumed_capacity ⇒ Types::ConsumedCapacity
248 |
# File 'sig/client.rbs', line 248
def consumed_capacity: () -> Types::ConsumedCapacity
|
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
249 |
# File 'sig/client.rbs', line 249
def item_collection_metrics: () -> Types::ItemCollectionMetrics
|