class Aws::DynamoDB::Types::GetItemOutput

Represents the output of a `GetItem` operation.

@!attribute [rw] item

A map of attribute names to `AttributeValue` objects, as specified
by `ProjectionExpression`.
@return [Hash<String,Types::AttributeValue>]

@!attribute [rw] consumed_capacity

The capacity units consumed by the `GetItem` operation. The data
returned includes the total provisioned throughput consumed, along
with statistics for the table and any indexes involved in the
operation. `ConsumedCapacity` is only returned if the
`ReturnConsumedCapacity` parameter was specified. For more
information, see [Read/Write Capacity Mode][1] in the *Amazon
DynamoDB Developer Guide*.

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html
@return [Types::ConsumedCapacity]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/GetItemOutput AWS API Documentation

Constants

SENSITIVE