AWSLocationListGeofencesResponse

Objective-C

@interface AWSLocationListGeofencesResponse

Swift

class AWSLocationListGeofencesResponse
  • Contains a list of geofences stored in the geofence collection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLocationListGeofenceResponseEntry *> *_Nullable entries;

    Swift

    var entries: [AWSLocationListGeofenceResponseEntry]? { get set }
  • A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }