AWSLocationPricingPlan

Objective-C

NS_ENUM(NSInteger, AWSLocationPricingPlan) {
    AWSLocationPricingPlanUnknown,
    AWSLocationPricingPlanRequestBasedUsage,
    AWSLocationPricingPlanMobileAssetTracking,
    AWSLocationPricingPlanMobileAssetManagement,
}

Swift

enum AWSLocationPricingPlan : Int, @unchecked Sendable

Undocumented