class
Amazonite::DynamoDB::GetItemOutput
- Amazonite::DynamoDB::GetItemOutput
- Reference
- Object
Overview
Represents the output of a GetItem operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/get_item_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(item : Hash(String, AttributeValue) | Nil = nil, consumed_capacity : ConsumedCapacity | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#consumed_capacity : ConsumedCapacity | Nil
The capacity units consumed by the
GetItemoperation. -
#consumed_capacity=(consumed_capacity : ConsumedCapacity | Nil)
The capacity units consumed by the
GetItemoperation. -
#hash(hasher)
See
Object#hash(hasher) -
#item : Hash(String, AttributeValue) | Nil
A map of attribute names to
AttributeValueobjects, as specified byProjectionExpression. -
#item=(item : Hash(String, AttributeValue) | Nil)
A map of attribute names to
AttributeValueobjects, as specified byProjectionExpression. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 Capacity unit consumption for read
operations
in the Amazon DynamoDB Developer Guide.
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 Capacity unit consumption for read
operations
in the Amazon DynamoDB Developer Guide.
A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.
A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.