AWSLocationDeletePlaceIndexRequest

Objective-C

@interface AWSLocationDeletePlaceIndexRequest

Swift

class AWSLocationDeletePlaceIndexRequest
  • The name of the place index resource to be deleted.

    Declaration

    Objective-C

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

    Swift

    var indexName: String? { get set }