Module: Aws::DynamoDB::Client::_UpdateItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateItemOutput]
- 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]
1036 |
# File 'sig/client.rbs', line 1036
def attributes: () -> ::Hash[::String, Types::AttributeValue]
|
#consumed_capacity ⇒ Types::ConsumedCapacity
1037 |
# File 'sig/client.rbs', line 1037
def consumed_capacity: () -> Types::ConsumedCapacity
|
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
1038 |
# File 'sig/client.rbs', line 1038
def item_collection_metrics: () -> Types::ItemCollectionMetrics
|