AWSLocationUpdatePlaceIndexRequest

Objective-C

@interface AWSLocationUpdatePlaceIndexRequest

Swift

class AWSLocationUpdatePlaceIndexRequest
  • Updates the data storage option for the place index resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationDataSourceConfiguration *_Nullable dataSourceConfiguration;

    Swift

    var dataSourceConfiguration: AWSLocationDataSourceConfiguration? { get set }
  • Updates the description for the place index resource.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The name of the place index resource to update.

    Declaration

    Objective-C

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

    Swift

    var indexName: 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 }