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]
1067 |
# File 'sig/client.rbs', line 1067 def attributes: () -> ::Hash[::String, Types::AttributeValue] |
#consumed_capacity ⇒ Types::ConsumedCapacity
1068 |
# File 'sig/client.rbs', line 1068 def consumed_capacity: () -> Types::ConsumedCapacity |
#item_collection_metrics ⇒ Types::ItemCollectionMetrics
1069 |
# File 'sig/client.rbs', line 1069 def item_collection_metrics: () -> Types::ItemCollectionMetrics |