AWSLocationVehicleWeightUnit

Objective-C

NS_ENUM(NSInteger, AWSLocationVehicleWeightUnit) {
    AWSLocationVehicleWeightUnitUnknown,
    AWSLocationVehicleWeightUnitKilograms,
    AWSLocationVehicleWeightUnitPounds,
}

Swift

enum AWSLocationVehicleWeightUnit : Int, @unchecked Sendable

Undocumented