AWSLocationListTrackerConsumersResponse

Objective-C

@interface AWSLocationListTrackerConsumersResponse

Swift

class AWSLocationListTrackerConsumersResponse
  • Contains the list of geofence collection ARNs associated to the tracker resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable consumerArns;

    Swift

    var consumerArns: [String]? { 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 }