AWSLocationListRouteCalculatorsRequest
Objective-C
@interface AWSLocationListRouteCalculatorsRequest
Swift
class AWSLocationListRouteCalculatorsRequest
-
An optional maximum number of results returned in a single call.
Default Value:
100Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default Value:
nullDeclaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSLocationListRouteCalculatorsRequest Class Reference