AWSLocationUpdatePlaceIndexRequest
Objective-C
@interface AWSLocationUpdatePlaceIndexRequestSwift
class AWSLocationUpdatePlaceIndexRequest- 
                  
                  Updates the data storage option for the place index resource. DeclarationObjective-C @property (nonatomic, strong) AWSLocationDataSourceConfiguration *_Nullable dataSourceConfiguration;Swift var dataSourceConfiguration: AWSLocationDataSourceConfiguration? { get set }
- 
                  
                  Updates the description for the place index resource. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  The name of the place index resource to update. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable indexName;Swift var indexName: String? { get set }
- 
                  
                  No longer used. If included, the only allowed value is RequestBasedUsage.DeclarationObjective-C @property (nonatomic) AWSLocationPricingPlan pricingPlan;Swift var pricingPlan: AWSLocationPricingPlan { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSLocationUpdatePlaceIndexRequest Class Reference
        AWSLocationUpdatePlaceIndexRequest Class Reference