AWSDynamoDBAttributeAction
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBAttributeAction) {
AWSDynamoDBAttributeActionUnknown,
AWSDynamoDBAttributeActionAdd,
AWSDynamoDBAttributeActionPut,
AWSDynamoDBAttributeActionDelete,
}
Swift
enum AWSDynamoDBAttributeAction : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBAttributeActionUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSDynamoDBAttributeActionAdd
Swift
case add = 1
-
Undocumented
Declaration
Objective-C
AWSDynamoDBAttributeActionPut
Swift
case put = 2
-
Undocumented
Declaration
Objective-C
AWSDynamoDBAttributeActionDelete
Swift
case delete = 3