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
- Struct
- Aws::DynamoDB::Types::GetItemOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#consumed_capacity ⇒ Types::ConsumedCapacity
The capacity units consumed by the
GetItem
operation. -
#item ⇒ Hash<String,Types::AttributeValue>
A map of attribute names to
AttributeValue
objects, as specified byProjectionExpression
.
Instance Attribute Details
#consumed_capacity ⇒ Types::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.
#item ⇒ Hash<String,Types::AttributeValue>
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.