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

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

Overview

Details for the requested item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemHash<String,Types::AttributeValue>

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

Returns:



4894
4895
4896
4897
4898
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4894

class ItemResponse < Struct.new(
  :item)
  SENSITIVE = []
  include Aws::Structure
end