AWSLocationListPlaceIndexesResponse
Objective-C
@interface AWSLocationListPlaceIndexesResponse
Swift
class AWSLocationListPlaceIndexesResponse
-
Lists the place index resources that exist in your Amazon Web Services account
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationListPlaceIndexesResponseEntry *> *_Nullable entries;
Swift
var entries: [AWSLocationListPlaceIndexesResponseEntry]? { get set }
-
A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }