Class: Aws::DynamoDB::Types::ItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ItemResponse
- 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
-
#item ⇒ Hash<String,Types::AttributeValue>
Map of attribute data consisting of the data type and attribute value.
Instance Attribute Details
#item ⇒ Hash<String,Types::AttributeValue>
Map of attribute data consisting of the data type and attribute value.
4942 4943 4944 4945 4946 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4942 class ItemResponse < Struct.new( :item) SENSITIVE = [] include Aws::Structure end |