AWSLocationDescribeRouteCalculatorResponse
Objective-C
@interface AWSLocationDescribeRouteCalculatorResponse
Swift
class AWSLocationDescribeRouteCalculatorResponse
-
The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.
Format example:
arn:aws:geo:region:account-id:route-calculator/ExampleCalculator
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable calculatorArn;
Swift
var calculatorArn: String? { get set }
-
The name of the route calculator resource being described.
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 }
-
Tags associated with route calculator resource.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { 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 }