AWSLocationListTrackersResponse

Objective-C

@interface AWSLocationListTrackersResponse

Swift

class AWSLocationListTrackersResponse
  • Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.

    Declaration

    Objective-C

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

    Swift

    var entries: [AWSLocationListTrackersResponseEntry]? { 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 }