Skip to content

DynamoDB  >  Structures  >  ItemResponse

ItemResponse

Structure Class

ItemResponse dataclass

Details for the requested item.

Attributes

item class-attribute instance-attribute
item: dict[str, AttributeValue] | None = None

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