Class: Aws::DynamoDB::Types::ItemResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Details for the requested item.

Instance Attribute Summary collapse

Instance Attribute Details

#itemHash<String,Types::AttributeValue>

Map of attribute data consisting of the data type and attribute value.

Returns:



3646
3647
3648
3649
# File 'lib/aws-sdk-dynamodb/types.rb', line 3646

class ItemResponse < Struct.new(
  :item)
  include Aws::Structure
end