Module: Aws::DynamoDB::Client::_GetItemResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetItemOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#consumed_capacity ⇒ Types::ConsumedCapacity
527 |
# File 'sig/client.rbs', line 527
def consumed_capacity: () -> Types::ConsumedCapacity
|
#item ⇒ ::Hash[::String, Types::AttributeValue]
526 |
# File 'sig/client.rbs', line 526
def item: () -> ::Hash[::String, Types::AttributeValue]
|