AWSDynamoDBScalarAttributeType

Objective-C

NS_ENUM(NSInteger, AWSDynamoDBScalarAttributeType) {
    AWSDynamoDBScalarAttributeTypeUnknown,
    AWSDynamoDBScalarAttributeTypeS,
    AWSDynamoDBScalarAttributeTypeN,
    AWSDynamoDBScalarAttributeTypeB,
}

Swift

enum AWSDynamoDBScalarAttributeType : Int, @unchecked Sendable

Undocumented