You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::GetItemOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a GetItem operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_capacityTypes::ConsumedCapacity

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 in the Amazon DynamoDB Developer Guide.

Returns:

#itemHash<String,Types::AttributeValue>

A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.

Returns:

  • (Hash<String,Types::AttributeValue>)

    A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.