AWSLocationUpdateRouteCalculatorRequest

Objective-C

@interface AWSLocationUpdateRouteCalculatorRequest

Swift

class AWSLocationUpdateRouteCalculatorRequest
  • The name of the route calculator resource to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable calculatorName;

    Swift

    var calculatorName: String? { get set }
  • Updates the description for the route calculator resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • No longer used. If included, the only allowed value is RequestBasedUsage.

    Declaration

    Objective-C

    @property (nonatomic) AWSLocationPricingPlan pricingPlan;

    Swift

    var pricingPlan: AWSLocationPricingPlan { get set }