AWSDynamoDBItemResponse
Objective-C
@interface AWSDynamoDBItemResponse
Swift
class AWSDynamoDBItemResponse
Details for the requested item.
-
Map of attribute data consisting of the data type and attribute value.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, AWSDynamoDBAttributeValue *> *_Nullable item;
Swift
var item: [String : AWSDynamoDBAttributeValue]? { get set }