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