Method: Aws::DynamoDB::Types::ItemResponse#item
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#item ⇒ Hash<String,Types::AttributeValue>
Map of attribute data consisting of the data type and attribute value.
4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4987 class ItemResponse < Struct.new( :item) SENSITIVE = [] include Aws::Structure end |