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