AWSLocationListRouteCalculatorsResponseEntry
Objective-C
@interface AWSLocationListRouteCalculatorsResponseEntry
Swift
class AWSLocationListRouteCalculatorsResponseEntry
A route calculator resource listed in your Amazon Web Services account.
Required parameters: [CalculatorName, Description, DataSource, CreateTime, UpdateTime]
-
The name of the route calculator resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable calculatorName;
Swift
var calculatorName: String? { get set }
-
The timestamp when the route calculator resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.For example,
2020–07-2T12:15:20.000Z+01:00
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createTime;
Swift
var createTime: Date? { get set }
-
The data provider of traffic and road network data. Indicates one of the available providers:
Esri
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSource;
Swift
var dataSource: String? { get set }
-
The optional description of the route calculator resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Always returns
RequestBasedUsage
.Declaration
Objective-C
@property (nonatomic) AWSLocationPricingPlan pricingPlan;
Swift
var pricingPlan: AWSLocationPricingPlan { get set }
-
The timestamp when the route calculator resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.For example,
2020–07-2T12:15:20.000Z+01:00
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable updateTime;
Swift
var updateTime: Date? { get set }